diff --git a/early-init.el b/early-init.el index 928b1c0..dfea2f0 100644 --- a/early-init.el +++ b/early-init.el @@ -333,7 +333,7 @@ minimalistic appearance during startup.") ;; Setting use-package-expand-minimally to (t) results in a more compact output ;; that emphasizes performance over clarity. -(setq use-package-expand-minimally (not noninteractive)) +(setq use-package-expand-minimally (not minimal-emacs-debug)) (setq use-package-minimum-reported-time (if minimal-emacs-debug 0 0.1)) (setq use-package-verbose minimal-emacs-debug)