Skip to content

Commit

Permalink
Revert "Allow upgrades of built in packages"
Browse files Browse the repository at this point in the history
This reverts commit 4560435.
  • Loading branch information
pkryger committed Oct 30, 2024
1 parent 7d3978b commit 016600e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ Each element of the list is in the same form as in `package-pinned-packages'."
;; Initialize the package system
(require 'seq)
(require 'package)
(setq package-install-upgrade-built-in t)
(when (or (not (string= exordium-melpa-package-repo
exordium-pinned-melpa-package-repo))
(seq-filter (lambda (pkg)
Expand Down

0 comments on commit 016600e

Please sign in to comment.