Fix +evil/easymotion for certain keys
This commit is contained in:
parent
157cb5287e
commit
18758c3926
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ integration."
|
||||||
(interactive)
|
(interactive)
|
||||||
(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 (key-description prefix))
|
||||||
(setq prefix-arg current-prefix-arg
|
(setq prefix-arg current-prefix-arg
|
||||||
unread-command-events
|
unread-command-events
|
||||||
(mapcar (lambda (e) (cons t e))
|
(mapcar (lambda (e) (cons t e))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue