diff options
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/lisp/init-misc.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-misc.el b/.emacs.d/lisp/init-misc.el index 2dc3dd5..ed35da4 100644 --- a/.emacs.d/lisp/init-misc.el +++ b/.emacs.d/lisp/init-misc.el @@ -59,6 +59,7 @@ avy-timeout-seconds 0.3) (when (gx/maybe-require-package 'avy) (with-eval-after-load 'evil + (require 'avy) (evil-define-key 'normal 'global (kbd "<SPC>j") 'evil-avy-goto-line-below (kbd "<SPC>k") 'evil-avy-goto-line-above |