Fix indentation for many autodef setters

This commit is contained in:
Henrik Lissner
2018-06-22 01:30:27 +02:00
parent 22c145105d
commit 5531d7115a
9 changed files with 9 additions and 3 deletions

View File

@ -17,6 +17,7 @@ Examples:
(set-company-backend! 'js2-mode
'(:separate company-irony-c-headers company-irony))
(set-company-backend! 'sh-mode nil)"
(declare (indent defun))
(dolist (mode (doom-enlist modes))
(let ((hook (intern (format "%s-hook" mode)))
(fn (intern (format "+company|init-%s" mode))))