mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix: early-init: wrong-type-argument stringp nil
early-init-file is nil in most cases, at this point, so use user-init-file instead.
This commit is contained in:
@ -115,6 +115,6 @@
|
||||
nil))
|
||||
|
||||
;; Then continue on to the config/profile we want to load.
|
||||
(load early-init-file 'noerror (not init-file-debug) nil 'must-suffix))
|
||||
(load user-init-file 'noerror (not init-file-debug) nil 'must-suffix))
|
||||
|
||||
;;; early-init.el ends here
|
||||
|
Reference in New Issue
Block a user