doom-initialize: be quiet in noninteractive sessions
This commit is contained in:
parent
79966aee32
commit
bedd20f406
1 changed files with 2 additions and 1 deletions
|
@ -106,7 +106,8 @@ are installed. If you byte-compile core/core.el, this function will be avoided
|
|||
to speed up startup."
|
||||
;; Called early during initialization; only use native functions!
|
||||
(unless (or doom-init-p force-p)
|
||||
(message "Doom initialized")
|
||||
(unless noninteractive
|
||||
(message "Doom initialized"))
|
||||
|
||||
(setq load-path doom--base-load-path
|
||||
package-activated-list nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue