Ensure evil-easymotion is lazy-loaded

The evilem-create calls were pulling it in early, at startup.
This commit is contained in:
Henrik Lissner 2019-12-27 01:54:01 -05:00
parent e5602c1802
commit dcb0b6042e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 15 additions and 8 deletions

View file

@ -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))