diff --git a/early-init.el b/early-init.el index e6ced99..8e16a31 100644 --- a/early-init.el +++ b/early-init.el @@ -25,7 +25,7 @@ (expand-file-name filename minimal-emacs--default-user-emacs-directory))) (when (file-exists-p user-init-file) - (load user-init-file)))) + (load user-init-file nil t)))) (minimal-emacs-load-user-init "pre-early-init.el")