summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-07-05 13:36:17 +0200
committerAlan Pearce2017-07-05 13:36:17 +0200
commit2e755628ac5c22bf5ce799a41c7bc5f9acbd0e44 (patch)
tree6a882ff55cdec9bb4cf83d0c4111a07b046f120f /emacs
parent205ff22d5088491657d81c68942775f9b90d5ee0 (diff)
downloaddotfiles-2e755628ac5c22bf5ce799a41c7bc5f9acbd0e44.tar.lz
dotfiles-2e755628ac5c22bf5ce799a41c7bc5f9acbd0e44.tar.zst
dotfiles-2e755628ac5c22bf5ce799a41c7bc5f9acbd0e44.zip
Emacs: Load avy on idle
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 7833ac5..61c7e0d 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)