Fix +evil/easymotion for certain keys

This commit is contained in:
Henrik Lissner 2019-07-12 16:24:01 +02:00
parent 157cb5287e
commit 18758c3926
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -157,7 +157,7 @@ integration."
(interactive)
(let ((prefix (this-command-keys)))
(evil-define-key* 'motion 'global prefix nil)
(evilem-default-keybindings prefix)
(evilem-default-keybindings (key-description prefix))
(setq prefix-arg current-prefix-arg
unread-command-events
(mapcar (lambda (e) (cons t e))