mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Conform set-repeater! to naming conventions
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user