Update (load) function arguments

This commit is contained in:
James Cherti
2025-03-12 15:39:57 -04:00
parent 9702b5aa7a
commit cd1130b04a

View File

@@ -98,7 +98,7 @@ When set to non-nil, Emacs will automatically call `package-initialize' and
minimal-emacs-user-directory))) minimal-emacs-user-directory)))
(when (file-exists-p init-file) (when (file-exists-p init-file)
(setq minimal-emacs--stage (file-name-nondirectory init-file)) (setq minimal-emacs--stage (file-name-nondirectory init-file))
(load init-file nil t t)))) (load init-file nil t))))
(minimal-emacs-load-user-init "pre-early-init.el") (minimal-emacs-load-user-init "pre-early-init.el")
(setq minimal-emacs--stage "early-init.el") (setq minimal-emacs--stage "early-init.el")