Remove package-install-upgrade-built-in

This commit is contained in:
James Cherti
2024-09-11 09:30:46 -04:00
parent b5b0b369bd
commit bc0e8d4fac

View File

@@ -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")