Ensure evil-easymotion is lazy-loaded
The evilem-create calls were pulling it in early, at startup.
This commit is contained in:
parent
e5602c1802
commit
dcb0b6042e
2 changed files with 15 additions and 8 deletions
|
@ -97,7 +97,7 @@ the only window, use evil-window-move-* (e.g. `evil-window-move-far-left')."
|
|||
"Invoke and lazy-load `evil-easymotion' without compromising which-key
|
||||
integration."
|
||||
(interactive)
|
||||
(evilem-default-keybindings "<easymotion>")
|
||||
(require 'evil-easymotion)
|
||||
(setq prefix-arg current-prefix-arg)
|
||||
(push '(t . easymotion) unread-command-events))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue