From bc0e8d4fac6fd220e291b5c2ea93c1f1332b2dac Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Wed, 11 Sep 2024 09:30:46 -0400 Subject: [PATCH] Remove package-install-upgrade-built-in --- early-init.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/early-init.el b/early-init.el index 033ea69..f01a49c 100644 --- a/early-init.el +++ b/early-init.el @@ -304,9 +304,6 @@ When set to non-nil, Emacs will automatically call `package-initialize' and ("stable" . 70) ("melpa" . 0))) -;; Ensure that some built-in (e.g., org-mode) are always up to date -(setq package-install-upgrade-built-in t) - ;;; Load post-early-init.el (minimal-emacs-load-user-init "post-early-init.el")