Change how evil-easymotion is lazy loaded
Fixes an issue where gs wouldn't work after an operator.
This commit is contained in:
parent
483a7caf0f
commit
bce0cc2152
3 changed files with 2 additions and 17 deletions
|
@ -201,6 +201,7 @@ directives. By default, this only recognizes C directives.")
|
|||
;;; Packages
|
||||
|
||||
(use-package! evil-easymotion
|
||||
:after-call pre-command-hook
|
||||
:commands evilem-create evilem-default-keybindings
|
||||
:config
|
||||
;; Use evil-search backend, instead of isearch
|
||||
|
@ -533,6 +534,7 @@ To change these keys see `+evil-repeat-keys'."
|
|||
|
||||
;; evil-easymotion (see `+evil/easymotion')
|
||||
(:after evil-easymotion
|
||||
:m "gs" evilem-map
|
||||
(:map evilem-map
|
||||
"a" (evilem-create #'evil-forward-arg)
|
||||
"A" (evilem-create #'evil-backward-arg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue