mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-29 14:33:34 -05:00
Lazy-load evil-easymotion properly via keybinds #335
The package wasn't set up properly to autoload until evil-snipe did, making its functionality inaccessible without an explicit (require 'evil-easymotion)
This commit is contained in:
@@ -156,8 +156,7 @@
|
||||
|
||||
|
||||
(def-package! evil-easymotion
|
||||
:after evil-snipe
|
||||
:commands evilem-create)
|
||||
:commands (evilem-create evilem-default-keybindings))
|
||||
|
||||
|
||||
(def-package! evil-embrace
|
||||
|
Reference in New Issue
Block a user