Conform set-repeater! to naming conventions

This commit is contained in:
Henrik Lissner 2019-08-22 18:56:52 -04:00
parent 6bd2eaf2c8
commit 8f01abebfc
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -841,7 +841,7 @@ whose CDR is for repeating backward. They should both be kbd-able strings.")
(defmacro set-repeater! (command next-func prev-func)
"Makes ; and , the universal repeat-keys in evil-mode.
To change these keys see `+default-repeat-keys'."
(let ((fn-sym (intern (format "+default*repeat-%s" (doom-unquote command)))))
(let ((fn-sym (intern (format "+default/repeat-%s" (doom-unquote command)))))
`(progn
(defun ,fn-sym (&rest _)
(evil-define-key* 'motion 'local