aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
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