mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
@ -72,7 +72,7 @@ byte-compiled from.")
|
|||||||
(with-temp-file cache)
|
(with-temp-file cache)
|
||||||
(if doom-interactive-p t
|
(if doom-interactive-p t
|
||||||
(message "Restarting..." )
|
(message "Restarting..." )
|
||||||
(doom-cli-execute-lines-after "NOTANGLE=1 \"$@\"")
|
(doom-cli-execute-lines-after "NOTANGLE=1 $@")
|
||||||
(kill-emacs 0))))))
|
(kill-emacs 0))))))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
|
Reference in New Issue
Block a user