Pin more packages to gnu-devel

This commit is contained in:
Gerard Vermeulen 2022-10-24 06:18:18 +02:00
parent 183969c479
commit 61697f07e5

View File

@ -213,16 +213,20 @@ The [[info:emacs#Init File][init file (info)]] does not load the ~custom-file~ a
'(package-pinned-packages
'((auctex . "gnu")
(compat . "gnu")
(consult . "gnu")
(consult . "gnu-devel")
(eglot . "gnu-devel")
(embark . "gnu-devel")
(embark-consult . "gnu-devel")
(engrave-faces . "gnu")
(marginalia . "gnu")
(marginalia . "gnu-devel")
(orderless . "gnu-devel")
(org . "gnu-devel")
(python . "gnu-devel")
(queue . "gnu")
(rainbow-mode . "gnu")
(spinner . "gnu")
(xr . "gnu")
(vertico . "gnu"))))
(vertico . "gnu-devel"))))
#+end_src
#+caption[Customize the third set of Emacs variables]: