mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -80,7 +80,7 @@ Runs `doom-after-reload-hook' afterwards."
|
||||
;; In case doom/reload is run before incrementally loaded packages are loaded,
|
||||
;; which could cause odd load order issues.
|
||||
(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)
|
||||
doom-env-file)
|
||||
(doom-run-hooks 'doom-before-reload-hook)
|
||||
|
Reference in New Issue
Block a user