cli: don't repeat "Executing..." line on restart

This commit is contained in:
Henrik Lissner 2021-05-24 17:32:46 -04:00
parent 7ec9221957
commit df3c221c73
2 changed files with 10 additions and 9 deletions

View file

@ -77,7 +77,7 @@ byte-compiled from.")
(with-temp-file cache)
(if doom-interactive-p t
(message "Restarting..." )
(throw 'exit "__NOTANGLE=1 $@"))))))
(throw 'exit "__DOOMRESTART=1 __NOTANGLE=1 $@"))))))
;;;###autoload
(defalias '+literate/reload #'doom/reload)