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:
parent
58a68adb5b
commit
17e99f9b99
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
||||||
:n "q" #'kill-current-buffer)
|
:n "q" #'kill-current-buffer)
|
||||||
|
|
||||||
:m "gs" #'+evil/easymotion ; lazy-load `evil-easymotion'
|
:m "gs" #'+evil/easymotion ; lazy-load `evil-easymotion'
|
||||||
(:after evil-org
|
(:after (evil-org evil-easymotion)
|
||||||
:map evil-org-mode-map
|
:map evil-org-mode-map
|
||||||
:m "gsh" #'+org/goto-visible)
|
:m "gsh" #'+org/goto-visible)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue