From c917cd25824dff280063b8d3d13d64f798380c82 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sun, 22 Feb 2026 20:52:07 -0500 Subject: [PATCH] Set use-package-expand-minimally to t --- early-init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/early-init.el b/early-init.el index 9c73222..358ba5a 100644 --- a/early-init.el +++ b/early-init.el @@ -451,7 +451,7 @@ this stage of initialization." (setq gnutls-min-prime-bits 3072) ; Stronger GnuTLS encryption ;; This results in a more compact output that emphasizes performance -(setq use-package-expand-minimally (not noninteractive)) +(setq use-package-expand-minimally t) (setq use-package-minimum-reported-time (if minimal-emacs-debug 0 0.1)) (setq use-package-verbose minimal-emacs-debug)