General refactor & reformatting across the board

This commit is contained in:
Henrik Lissner 2020-02-18 22:56:47 -05:00
parent e08e7a4422
commit f7445a10db
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
6 changed files with 15 additions and 12 deletions

View file

@ -33,9 +33,10 @@ one wants that.")
(and (print! (start "Generating core autoloads..."))
(doom-cli--write-autoloads
file (doom-cli--generate-autoloads
(cl-loop for dir in (append (list doom-core-dir)
(cdr (doom-module-load-path 'all-p))
(list doom-private-dir))
(cl-loop for dir
in (append (list doom-core-dir)
(cdr (doom-module-load-path 'all-p))
(list doom-private-dir))
if (doom-glob dir "autoload.el") collect it
if (doom-glob dir "autoload/*.el") append it)
'scan))