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:
parent
1cddb5c369
commit
e61af32307
1 changed files with 1 additions and 1 deletions
|
@ -115,6 +115,6 @@
|
||||||
nil))
|
nil))
|
||||||
|
|
||||||
;; Then continue on to the config/profile we want to load.
|
;; 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
|
;;; early-init.el ends here
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue