Conform set-repeater! to naming conventions
This commit is contained in:
parent
6bd2eaf2c8
commit
8f01abebfc
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
(defmacro set-repeater! (command next-func prev-func)
|
||||||
"Makes ; and , the universal repeat-keys in evil-mode.
|
"Makes ; and , the universal repeat-keys in evil-mode.
|
||||||
To change these keys see `+default-repeat-keys'."
|
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
|
`(progn
|
||||||
(defun ,fn-sym (&rest _)
|
(defun ,fn-sym (&rest _)
|
||||||
(evil-define-key* 'motion 'local
|
(evil-define-key* 'motion 'local
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue