mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
fix(cli): doom {compile,clean} errors
- An improper autoload was preventing 'doom clean' from being recognized. - 'doom compile' hadn't been updated to reflect changes introduced recently in1402db5
. Amend:6c0b7e1530
Ref:1402db5129
This commit is contained in:
@@ -97,7 +97,7 @@ If RECOMPILE-P is non-nil, only recompile out-of-date files."
|
||||
(let ((load-prefer-newer t)
|
||||
(noninteractive t)
|
||||
doom-interactive-p)
|
||||
(doom-initialize 'force)
|
||||
(require 'core-start)
|
||||
(quiet! (doom-initialize-packages))
|
||||
(quiet! (doom-initialize-modules))))
|
||||
|
||||
|
Reference in New Issue
Block a user