mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
Ensure evil-easymotion is lazy-loaded
The evilem-create calls were pulling it in early, at startup.
This commit is contained in:
@@ -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))
|
||||
|
||||
|
Reference in New Issue
Block a user