Fix doom-init-p check in doom-initialize
This commit is contained in:
parent
079be42949
commit
ed850fa069
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ base by `doom!' and for calculating how many packages exist.")
|
||||||
are installed. If you byte-compile core/core.el, this function will be avoided
|
are installed. If you byte-compile core/core.el, this function will be avoided
|
||||||
to speed up startup."
|
to speed up startup."
|
||||||
;; Called early during initialization; only use native functions!
|
;; Called early during initialization; only use native functions!
|
||||||
(unless (or doom-init-p force-p)
|
(when (or (not doom-init-p) force-p)
|
||||||
(unless noninteractive
|
(unless noninteractive
|
||||||
(message "Doom initialized"))
|
(message "Doom initialized"))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue