doctor: update Doom initialization
This commit is contained in:
parent
5c101f1909
commit
6aaa13d05e
1 changed files with 5 additions and 5 deletions
|
@ -279,11 +279,11 @@
|
||||||
(message "\n----")
|
(message "\n----")
|
||||||
(let (doom-core-packages doom-debug-mode)
|
(let (doom-core-packages doom-debug-mode)
|
||||||
(condition-case ex
|
(condition-case ex
|
||||||
(let ((inhibit-message t))
|
(let ((inhibit-message t)
|
||||||
(load "~/.emacs.d/core/core.el" nil t)
|
(noninteractive t))
|
||||||
(let (noninteractive)
|
(load (concat user-emacs-directory "init.el") nil t)
|
||||||
(doom-initialize t)
|
(doom-initialize)
|
||||||
(doom|finalize))
|
(doom|run-all-startup-hooks)
|
||||||
(success! "Attempt to load DOOM: success! Loaded v%s" doom-version))
|
(success! "Attempt to load DOOM: success! Loaded v%s" doom-version))
|
||||||
('error
|
('error
|
||||||
(warn! "Attempt to load DOOM: failed\n %s\n"
|
(warn! "Attempt to load DOOM: failed\n %s\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue