Pin more packages to "stable" package repositories

This commit is contained in:
Gerard Vermeulen 2023-07-25 10:29:52 +02:00
parent bfd985b3e7
commit a09ec6b91d

View File

@ -299,25 +299,31 @@ recommendation of [[info:emacs#Saving Customizations][saving customizations (inf
("melpa-stable" . "https://stable.melpa.org/packages/") ("melpa-stable" . "https://stable.melpa.org/packages/")
("nongnu" . "https://elpa.nongnu.org/nongnu/")) ("nongnu" . "https://elpa.nongnu.org/nongnu/"))
package-install-upgrade-built-in t package-install-upgrade-built-in t
;; Pin packages to GNU ELPA for info for stability. ;; Pin packages to GNU ELPA or to MELPA STABLE for info and/or stability.
package-pinned-packages '((auctex . "gnu") package-pinned-packages '((auctex . "gnu")
(citar . "melpa-stable") (citar . "melpa-stable")
(citar-embark . "melpa-stable") (citar-embark . "melpa-stable")
(compat . "gnu") (compat . "gnu")
(consult . "gnu-devel") (consult . "gnu-devel")
(dash . "melpa-stable")
(embark . "gnu-devel") (embark . "gnu-devel")
(embark-consult . "gnu-devel") (embark-consult . "gnu-devel")
(eldoc . "nongnu") (eldoc . "nongnu")
(engrave-faces . "gnu-devel") (engrave-faces . "gnu-devel")
(f . "melpa-stable")
(git-commit . "nongnu")
(hyperbole . "gnu-devel") (hyperbole . "gnu-devel")
(magit . "nongnu")
(magit-section . "nongnu")
(marginalia . "gnu-devel") (marginalia . "gnu-devel")
(osm . "gnu-devel") (osm . "gnu-devel")
(parsebib . "melpa-stable") (parsebib . "melpa-stable")
(queue . "gnu") (queue . "gnu")
(rainbow-mode . "gnu") (rainbow-mode . "gnu")
(spinner . "gnu") (s . "melpa-stable")
(xr . "gnu") (xr . "gnu")
(vertico . "gnu-devel")) (vertico . "gnu-devel")
(with-editor . "nongnu"))
package-selected-packages '(async debbugs no-littering)) package-selected-packages '(async debbugs no-littering))
#+end_src #+end_src