Remove which-key dependency from +evil/easymotion
This commit is contained in:
parent
f7f96d3abb
commit
0f06b7702e
1 changed files with 8 additions and 6 deletions
|
@ -102,12 +102,14 @@ 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)
|
||||||
(which-key-reload-key-sequence
|
(setq prefix-arg current-prefix-arg
|
||||||
(vconcat (when evil-this-operator
|
unread-command-events
|
||||||
(where-is-internal evil-this-operator
|
(mapcar (lambda (e) (cons t e))
|
||||||
evil-normal-state-map
|
(vconcat (when evil-this-operator
|
||||||
t))
|
(where-is-internal evil-this-operator
|
||||||
prefix))))
|
evil-normal-state-map
|
||||||
|
t))
|
||||||
|
prefix)))))
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue