Skip to content

Commit

Permalink
Fix "Unrecognized switch -E" from doom/reload
Browse files Browse the repository at this point in the history
The -E switch snuck in in c92f486, but hasn't been introduced yet.
  • Loading branch information
hlissner committed Jun 7, 2021
1 parent 751569f commit b2376a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/autoload/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b2376a8

Please sign in to comment.