mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix indentation for many autodef setters
This commit is contained in:
@ -319,7 +319,7 @@ assicated with :lambda in `+pretty-code-symbols'.
|
||||
Pretty symbols can be unset for emacs-lisp-mode with:
|
||||
|
||||
(set-pretty-symbols! 'emacs-lisp-mode nil)"
|
||||
(declare (indent 1))
|
||||
(declare (indent defun))
|
||||
(dolist (mode (doom-enlist modes))
|
||||
(let ((hook (intern (format "%s-hook" mode)))
|
||||
(fn (intern (format "+pretty-code|init-%s" mode))))
|
||||
|
Reference in New Issue
Block a user