mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Mention restart when bin/doom is finished
It is preferrable to doom/reload.
This commit is contained in:
@ -339,7 +339,7 @@ it exists."
|
||||
|
||||
(defun doom--warn-refresh-session ()
|
||||
(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)
|
||||
(if (and noninteractive (not (daemonp)))
|
||||
|
Reference in New Issue
Block a user