mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -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))))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user