Rename doom-format lib -> doom-output
`format` isn't an appropriate for this library, considering it (and future additions to it) will be mainly concerned with printing or capturing output.
This commit is contained in:
parent
a706c3527b
commit
be889d09e8
4 changed files with 64 additions and 57 deletions
|
@ -165,7 +165,7 @@ in."
|
|||
(condition-case-unless-debug ex
|
||||
(let ((doctor-file (doom-module-path (car key) (cdr key) "doctor.el"))
|
||||
(packages-file (doom-module-path (car key) (cdr key) "packages.el")))
|
||||
(cl-loop with doom-format-indent = 6
|
||||
(cl-loop with doom-output-indent = 6
|
||||
for name in (let (doom-packages
|
||||
doom-disabled-packages)
|
||||
(load packages-file 'noerror 'nomessage)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue