From cd1130b04a212dcb851bc116a8d6ce2098bcef9a Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Wed, 12 Mar 2025 15:39:57 -0400 Subject: [PATCH] Update (load) function arguments --- early-init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/early-init.el b/early-init.el index 8ccac45..7675277 100644 --- a/early-init.el +++ b/early-init.el @@ -98,7 +98,7 @@ When set to non-nil, Emacs will automatically call `package-initialize' and minimal-emacs-user-directory))) (when (file-exists-p 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") (setq minimal-emacs--stage "early-init.el")