Conform hook names to conventions
Also minor reformatting & comment corrections.
This commit is contained in:
parent
c1b8d6f508
commit
17981d6a61
7 changed files with 8 additions and 11 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue