From e8f24e6eab8e0bb5c9d4170fb40d1d710134917f Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 29 Sep 2019 11:31:54 +0100 Subject: Add config for av --- emacs/loader.org | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'emacs') 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 -- cgit