Fix +default/easymotion aborting evil operator
Now evil operators will work with +default/easymotion when you first startup Emacs. Reported by @ar1a
This commit is contained in:
parent
50b34d2671
commit
3e802c1b15
1 changed files with 6 additions and 2 deletions
|
@ -44,5 +44,9 @@ integration."
|
||||||
(let ((prefix (this-command-keys)))
|
(let ((prefix (this-command-keys)))
|
||||||
(evil-define-key* 'motion 'global prefix nil)
|
(evil-define-key* 'motion 'global prefix nil)
|
||||||
(evilem-default-keybindings prefix)
|
(evilem-default-keybindings prefix)
|
||||||
(set-transient-map evilem-map)
|
(which-key-reload-key-sequence
|
||||||
(which-key-reload-key-sequence prefix)))
|
(vconcat (where-is-internal evil-this-operator
|
||||||
|
evil-normal-state-map
|
||||||
|
t)
|
||||||
|
prefix))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue