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:
Henrik Lissner 2022-09-25 13:08:11 +02:00
parent 1cddb5c369
commit e61af32307
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -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