Fix various errors during 'doom compile'
This commit is contained in:
parent
4b736bef68
commit
65d3406e27
1 changed files with 1 additions and 2 deletions
|
@ -94,8 +94,7 @@ If RECOMPILE-P is non-nil, only recompile out-of-date files."
|
|||
;; fully loaded. Which usually aren't so in an noninteractive session.
|
||||
(let ((doom-interactive-mode 'byte-compile))
|
||||
(doom-initialize 'force)
|
||||
(doom-initialize-core)
|
||||
(doom-initialize-modules 'force))
|
||||
(doom-initialize-core))
|
||||
|
||||
;;
|
||||
(unless target-dirs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue