From 47dd6b87a4f6567399abf938456b2597cb8db191 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Tue, 2 Jul 2024 11:14:33 -0400 Subject: [PATCH] Improve package and use-package configuration --- early-init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/early-init.el b/early-init.el index 1a91e50..1f139b5 100644 --- a/early-init.el +++ b/early-init.el @@ -246,7 +246,7 @@ ;;; package.el ;; Since Emacs 27, package initialization occurs before `user-init-file' is ;; loaded, but after `early-init-file'. -(setq package-enable-at-startup t) +(setq package-enable-at-startup nil) ;;; Load post-early-init.el (minimal-emacs-load-user-init "post-early-init.el")