bin/doom-doctor: load doom more comprehensively
This commit is contained in:
parent
52d0dffba4
commit
7233d6f19a
1 changed files with 3 additions and 2 deletions
|
@ -100,8 +100,9 @@
|
|||
(let (doom-core-packages doom-debug-mode)
|
||||
(condition-case ex
|
||||
(progn
|
||||
(let ((inhibit-message t))
|
||||
(load "~/.emacs.d/core/core.el" nil t))
|
||||
(let ((inhibit-message t)
|
||||
noninteractive)
|
||||
(load "~/.emacs.d/init.el" nil t))
|
||||
(doom-initialize-packages)
|
||||
(doom|finalize)
|
||||
(success! "Attempt to load DOOM: success! Loaded v%s" doom-version)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue