all repos — nixfiles @ 2e755628ac5c22bf5ce799a41c7bc5f9acbd0e44

System and user configuration, managed by nix and home-manager

Emacs: Load avy on idle

Alan Pearce
commit

2e755628ac5c22bf5ce799a41c7bc5f9acbd0e44

parent

205ff22d5088491657d81c68942775f9b90d5ee0

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M emacs/.emacs.d/init.orgemacs/.emacs.d/init.org
@@ -2618,6 +2618,7 @@ somehow I prefer it.
#+BEGIN_SRC emacs-lisp (use-package avy + :defer 5 :bind (("M-g g" . avy-goto-line) ("M-g M-g" . avy-goto-line) ("C-|" . avy-goto-line)