From 1b2e67713bece0fbdaf0610f32d7a6bb5624a0be Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Fri, 21 Jun 2024 08:49:26 -0400 Subject: [PATCH] (load): Change NOMESSAGE to t --- early-init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")