Fix "Unrecognized switch -E" from doom/reload
The -E switch snuck in in c92f48675
, but hasn't been introduced yet.
This commit is contained in:
parent
751569f545
commit
b2376a847f
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ Runs `doom-after-reload-hook' afterwards."
|
||||||
;; In case doom/reload is run before incrementally loaded packages are loaded,
|
;; In case doom/reload is run before incrementally loaded packages are loaded,
|
||||||
;; which could cause odd load order issues.
|
;; which could cause odd load order issues.
|
||||||
(mapc #'require (cdr doom-incremental-packages))
|
(mapc #'require (cdr doom-incremental-packages))
|
||||||
(doom--if-compile (format "%S sync -E" doom-bin)
|
(doom--if-compile (format "%S sync -e" doom-bin)
|
||||||
(let ((doom-reloading-p t)
|
(let ((doom-reloading-p t)
|
||||||
doom-env-file)
|
doom-env-file)
|
||||||
(doom-run-hooks 'doom-before-reload-hook)
|
(doom-run-hooks 'doom-before-reload-hook)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue