mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user