aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-09-29 11:31:54 +0100
committerYann Herklotz <git@yannherklotz.com>2019-09-29 11:31:54 +0100
commite8f24e6eab8e0bb5c9d4170fb40d1d710134917f (patch)
treeed954eb24f8eb5234f0c4db046ca355952ccc209 /emacs
parent703f1c92cd096ea5c81764034871fda93303869a (diff)
downloaddotfiles-e8f24e6eab8e0bb5c9d4170fb40d1d710134917f.tar.gz
dotfiles-e8f24e6eab8e0bb5c9d4170fb40d1d710134917f.zip
Add config for av
Diffstat (limited to 'emacs')
-rw-r--r--emacs/loader.org11
1 files changed, 11 insertions, 0 deletions
diff --git a/emacs/loader.org b/emacs/loader.org
index 31d891a..316df36 100644
--- a/emacs/loader.org
+++ b/emacs/loader.org
@@ -544,6 +544,17 @@ Enable winner mode to save window state.
#+RESULTS:
: counsel-unicode-char
+#+begin_src emacs-lisp
+ (use-package avy
+ :bind
+ (("C-'" . avy-goto-char-2))
+ :config
+ (setq avy-keys '(?a ?r ?s ?t ?d ?h ?n ?e ?i ?o)))
+#+end_src
+
+#+RESULTS:
+: avy-goto-char-2
+
** Visual
*** All the icons
#+BEGIN_SRC emacs-lisp