cli: don't repeat "Executing..." line on restart
This commit is contained in:
parent
7ec9221957
commit
df3c221c73
2 changed files with 10 additions and 9 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue