Pin more packages to "stable" package repositories
This commit is contained in:
parent
bfd985b3e7
commit
a09ec6b91d
12
README.org
12
README.org
@ -299,25 +299,31 @@ recommendation of [[info:emacs#Saving Customizations][saving customizations (inf
|
||||
("melpa-stable" . "https://stable.melpa.org/packages/")
|
||||
("nongnu" . "https://elpa.nongnu.org/nongnu/"))
|
||||
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")
|
||||
(citar . "melpa-stable")
|
||||
(citar-embark . "melpa-stable")
|
||||
(compat . "gnu")
|
||||
(consult . "gnu-devel")
|
||||
(dash . "melpa-stable")
|
||||
(embark . "gnu-devel")
|
||||
(embark-consult . "gnu-devel")
|
||||
(eldoc . "nongnu")
|
||||
(engrave-faces . "gnu-devel")
|
||||
(f . "melpa-stable")
|
||||
(git-commit . "nongnu")
|
||||
(hyperbole . "gnu-devel")
|
||||
(magit . "nongnu")
|
||||
(magit-section . "nongnu")
|
||||
(marginalia . "gnu-devel")
|
||||
(osm . "gnu-devel")
|
||||
(parsebib . "melpa-stable")
|
||||
(queue . "gnu")
|
||||
(rainbow-mode . "gnu")
|
||||
(spinner . "gnu")
|
||||
(s . "melpa-stable")
|
||||
(xr . "gnu")
|
||||
(vertico . "gnu-devel"))
|
||||
(vertico . "gnu-devel")
|
||||
(with-editor . "nongnu"))
|
||||
package-selected-packages '(async debbugs no-littering))
|
||||
#+end_src
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user