Exclude melpa-stable

This commit is contained in:
Marcus Kammer 2024-11-30 16:10:45 +01:00
parent 8e494da40f
commit b631d32383

View file

@ -274,7 +274,6 @@ When set to non-nil, Emacs will automatically call `package-initialize' and
(setq package-quickstart nil)
(setq use-package-always-ensure t)
(setq package-archives '(("melpa" . "https://melpa.org/packages/")
("melpa-stable" . "https://stable.melpa.org/packages/")
("gnu" . "https://elpa.gnu.org/packages/")
("nongnu" . "https://elpa.nongnu.org/nongnu/")))
(customize-set-variable 'package-archive-priorities '(("gnu" . 99)