Fix #2661: missing evil-easymotion keybinds

If you loaded org before evil-easymotion, this keybind would overwrite
all the default evil-easymotion keybinds.
This commit is contained in:
Henrik Lissner 2020-03-05 13:09:46 -05:00
parent 58a68adb5b
commit 17e99f9b99
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

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