diff --git a/early-init.el b/early-init.el index 81f891720..252ef19bf 100644 --- a/early-init.el +++ b/early-init.el @@ -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