Fix typos

This commit is contained in:
Gerard Vermeulen 2022-01-04 13:10:52 +01:00
parent 8887f21b35
commit 99de7404ac

View File

@ -173,8 +173,8 @@ the ~custom-file~ as [[info:emacs#Saving Customizations][saving customizations (
("nongnu" . "https://elpa.nongnu.org/nongnu/")
("melpa" . "https://melpa.org/packages/")))
;; Pin those packages to GNU ELPA to get the info documentation.
'(package-pinned-packages '((consult . "gnu")
(marginalia . "gnu")
'(package-pinned-packages '((consult . "gnu")
(marginalia . "gnu")
(vertico . "gnu"))))
#+end_src