Mention restart when bin/doom is finished
It is preferrable to doom/reload.
This commit is contained in:
parent
fa4b7502c2
commit
fbe4e94fbc
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ it exists."
|
||||||
|
|
||||||
(defun doom--warn-refresh-session ()
|
(defun doom--warn-refresh-session ()
|
||||||
(message "Detected a running Emacs session.\n")
|
(message "Detected a running Emacs session.\n")
|
||||||
(message "Use `M-x doom/reload' for changes to take effect."))
|
(message "Restart Emacs or use `M-x doom/reload' for changes to take effect."))
|
||||||
|
|
||||||
(defun doom--do-load (&rest files)
|
(defun doom--do-load (&rest files)
|
||||||
(if (and noninteractive (not (daemonp)))
|
(if (and noninteractive (not (daemonp)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue