This commit is contained in:
Henrik Lissner 2020-08-19 12:08:16 -04:00
parent 4bc70a8537
commit 9b991fc29f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 4 additions and 3 deletions

View file

@ -72,7 +72,7 @@ byte-compiled from.")
(with-temp-file cache)
(if doom-interactive-p t
(message "Restarting..." )
(doom-cli-execute-lines-after "NOTANGLE=1 \"$0\" \"$@\"")
(doom-cli-execute-lines-after "NOTANGLE=1 \"$@\"")
(kill-emacs 0))))))
;;;###autoload