doctor: initialize more state for more accurate tests #603
This commit is contained in:
parent
1ac18cbd39
commit
242a28ddc9
1 changed files with 5 additions and 3 deletions
|
@ -277,9 +277,11 @@
|
|||
|
||||
(let (doom-core-packages doom-debug-mode)
|
||||
(condition-case ex
|
||||
(let ((inhibit-message t))
|
||||
(load (concat user-emacs-directory "init.el") nil t)
|
||||
(doom-initialize-modules)
|
||||
(let ((inhibit-message t)
|
||||
noninteractive)
|
||||
(load (concat user-emacs-directory "core/core.el") nil t)
|
||||
(doom-initialize t)
|
||||
(doom-initialize-modules t)
|
||||
(success! "Attempt to load DOOM: success! Loaded v%s" doom-version))
|
||||
('error
|
||||
(warn! "Attempt to load DOOM: failed\n %s\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue