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:
Henrik Lissner 2018-01-14 23:37:48 -05:00
parent 10167b85b5
commit eece13f2ca
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 21 additions and 18 deletions

View file

@ -156,8 +156,7 @@
(def-package! evil-easymotion
:after evil-snipe
:commands evilem-create)
:commands (evilem-create evilem-default-keybindings))
(def-package! evil-embrace