mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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)))
|
||||
(evil-define-key* 'motion 'global prefix nil)
|
||||
(evilem-default-keybindings prefix)
|
||||
(set-transient-map evilem-map)
|
||||
(which-key-reload-key-sequence prefix)))
|
||||
(which-key-reload-key-sequence
|
||||
(vconcat (where-is-internal evil-this-operator
|
||||
evil-normal-state-map
|
||||
t)
|
||||
prefix))))
|
||||
|
||||
|
Reference in New Issue
Block a user