Change how evil-easymotion is lazy loaded

Fixes an issue where gs wouldn't work after an operator.
This commit is contained in:
Henrik Lissner 2020-04-14 15:41:54 -04:00
parent 483a7caf0f
commit bce0cc2152
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 2 additions and 17 deletions

View file

@ -65,7 +65,6 @@
(:after man :map Man-mode-map
:n "q" #'kill-current-buffer)
:m "gs" #'+evil/easymotion ; lazy-load `evil-easymotion'
(:after (evil-org evil-easymotion)
:map evil-org-mode-map
:m "gsh" #'+org/goto-visible)