diff options
author | Alan Pearce | 2017-07-05 13:36:17 +0200 |
---|---|---|
committer | Alan Pearce | 2017-07-05 13:36:17 +0200 |
commit | 2e755628ac5c22bf5ce799a41c7bc5f9acbd0e44 (patch) | |
tree | 6a882ff55cdec9bb4cf83d0c4111a07b046f120f /emacs/.emacs.d | |
parent | 205ff22d5088491657d81c68942775f9b90d5ee0 (diff) | |
download | nixfiles-2e755628ac5c22bf5ce799a41c7bc5f9acbd0e44.tar.lz nixfiles-2e755628ac5c22bf5ce799a41c7bc5f9acbd0e44.tar.zst nixfiles-2e755628ac5c22bf5ce799a41c7bc5f9acbd0e44.zip |
Emacs: Load avy on idle
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r-- | emacs/.emacs.d/init.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 7833ac50..61c7e0d8 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.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) |