fix: invoke debugger for early-init.el-level errors
This commit is contained in:
parent
6b55c6adc6
commit
d553ebc930
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@
|
||||||
;; I avoid `load's NOERROR argument because it suppresses other,
|
;; I avoid `load's NOERROR argument because it suppresses other,
|
||||||
;; legitimate errors (like permission or IO errors), which gets
|
;; legitimate errors (like permission or IO errors), which gets
|
||||||
;; incorrectly interpreted as "this is not a Doom config".
|
;; incorrectly interpreted as "this is not a Doom config".
|
||||||
(condition-case _
|
(condition-case-unless-debug _
|
||||||
;; Load the heart of Doom Emacs.
|
;; Load the heart of Doom Emacs.
|
||||||
(load (expand-file-name "lisp/doom" user-emacs-directory)
|
(load (expand-file-name "lisp/doom" user-emacs-directory)
|
||||||
nil (not init-file-debug) nil 'must-suffix)
|
nil (not init-file-debug) nil 'must-suffix)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue