Fix indentation for many autodef setters
This commit is contained in:
parent
22c145105d
commit
5531d7115a
9 changed files with 9 additions and 3 deletions
|
@ -29,6 +29,7 @@ properties:
|
|||
:xref-backend FN
|
||||
Defines an xref backend for a major-mode. If you define :definition and
|
||||
:references along with :xref-backend, those will have higher precedence."
|
||||
(declare (indent defun))
|
||||
(dolist (mode (doom-enlist modes))
|
||||
(let ((hook (intern (format "%s-hook" mode)))
|
||||
(fn (intern (format "+lookup|init-%s" mode))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue