The load function: set nosuffix to t to ensure the exact file is loaded.

This commit is contained in:
James Cherti
2025-02-03 09:46:38 -05:00
parent 014acf2613
commit c64fcacd3d

View File

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