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:
parent
10167b85b5
commit
eece13f2ca
2 changed files with 21 additions and 18 deletions
|
@ -156,8 +156,7 @@
|
|||
|
||||
|
||||
(def-package! evil-easymotion
|
||||
:after evil-snipe
|
||||
:commands evilem-create)
|
||||
:commands (evilem-create evilem-default-keybindings))
|
||||
|
||||
|
||||
(def-package! evil-embrace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue