Fix indentation for many autodef setters
This commit is contained in:
parent
22c145105d
commit
5531d7115a
9 changed files with 9 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
(cl-defun set-rotate-patterns! (modes &key symbols words patterns)
|
||||
"Declare :symbols, :words or :patterns (all lists of strings) that
|
||||
`rotate-text' will cycle through."
|
||||
(declare (indent 1))
|
||||
(declare (indent defun))
|
||||
(dolist (mode (doom-enlist modes))
|
||||
(let ((fn-name (intern (format "+rotate-text|init-%s" mode))))
|
||||
(fset fn-name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue