Fall back to a `citar' compatible `parsebib'

This commit is contained in:
Gerard Vermeulen 2023-03-16 13:39:08 +01:00
parent 5f76405ed8
commit 4abfdcffc8
1 changed files with 2 additions and 0 deletions

View File

@ -274,6 +274,7 @@ recommendation of [[info:emacs#Saving Customizations][saving customizations (inf
package-archives '(("gnu" . "https://elpa.gnu.org/packages/")
("gnu-devel" . "https://elpa.gnu.org/devel/")
("melpa" . "https://melpa.org/packages/")
("melpa-stable" . "https://stable.melpa.org/packages/")
("nongnu" . "https://elpa.nongnu.org/nongnu/"))
;; Pin packages to GNU ELPA for info or stability.
package-pinned-packages '((auctex . "gnu")
@ -285,6 +286,7 @@ recommendation of [[info:emacs#Saving Customizations][saving customizations (inf
(hyperbole . "gnu-devel")
(marginalia . "gnu-devel")
(org . "gnu-devel")
(parsebib . "melpa-stable")
(queue . "gnu")
(rainbow-mode . "gnu")
(spinner . "gnu")