From 8f44a50381219b6236b59826f7c57d7b852992fc Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Thu, 23 Oct 2025 07:19:42 -0400 Subject: [PATCH] Add package-quickstart-file --- early-init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/early-init.el b/early-init.el index 5caa915..5bbcdde 100644 --- a/early-init.el +++ b/early-init.el @@ -471,6 +471,8 @@ this stage of initialization." ;; that emphasizes performance over clarity. (setq use-package-expand-minimally (not minimal-emacs-debug)) +(setq package-quickstart-file + (expand-file-name "package-quickstart.el" user-emacs-directory)) (setq use-package-minimum-reported-time (if minimal-emacs-debug 0 0.1)) (setq use-package-verbose minimal-emacs-debug) (setq package-enable-at-startup nil) ; Let the init.el file handle this