mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove reference to old variable in do-repeat!
This commit is contained in:
@ -776,9 +776,8 @@ whose CDR is for repeating backward. They should both be kbd-able strings.")
|
|||||||
|
|
||||||
(when +default-repeat-keys
|
(when +default-repeat-keys
|
||||||
(defmacro do-repeat! (command next-func prev-func)
|
(defmacro do-repeat! (command next-func prev-func)
|
||||||
"Makes ; and , the universal repeat-keys in evil-mode. These keys can be
|
"Makes ; and , the universal repeat-keys in evil-mode.
|
||||||
customized by changing `+default-repeat-forward-key' and
|
To change these keys see `+default-repeat-keys'."
|
||||||
`+default-repeat-backward-key'."
|
|
||||||
(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 _)
|
||||||
|
Reference in New Issue
Block a user