From ae89082e5345043a1bdf5dead0dd48bc9e35f249 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Tue, 2 Jul 2024 11:27:27 -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 1f139b5..1a91e50 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 nil) +(setq package-enable-at-startup t) ;;; Load post-early-init.el (minimal-emacs-load-user-init "post-early-init.el")