mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Conform hook names to conventions
Also minor reformatting & comment corrections.
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
`rotate-text' will cycle through."
|
||||
(declare (indent 1))
|
||||
(dolist (mode (doom-enlist modes))
|
||||
(let ((fn-name (intern (format "+rotate-text--init-%s" mode))))
|
||||
(let ((fn-name (intern (format "+rotate-text|init-%s" mode))))
|
||||
(fset fn-name
|
||||
(lambda ()
|
||||
(setq-local rotate-text-local-symbols symbols)
|
||||
|
Reference in New Issue
Block a user