mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-24 16:30:58 -05:00
BREAKING CHANGE: This finally removes org-roam v1, which has been
deprecated for nearly 5 years (since 5ef733b
). Most users should already
be on it. v2 has a migration wizard for anyone still on v1, which will
kick in if it detects a v1 roam db.
19 lines
908 B
EmacsLisp
19 lines
908 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/biblio/packages.el
|
|
|
|
(when (modulep! :completion ivy)
|
|
(package! bibtex-completion :pin "6064e8625b2958f34d6d40312903a85c173b5261")
|
|
(package! ivy-bibtex :pin "6064e8625b2958f34d6d40312903a85c173b5261"))
|
|
(when (modulep! :completion helm)
|
|
(package! bibtex-completion :pin "6064e8625b2958f34d6d40312903a85c173b5261")
|
|
(package! helm-bibtex :pin "6064e8625b2958f34d6d40312903a85c173b5261"))
|
|
(when (modulep! :completion vertico)
|
|
(package! citar :pin "75a85d8d8612ec2097248524eecff3d096fc5dd5")
|
|
(package! citar-embark :pin "75a85d8d8612ec2097248524eecff3d096fc5dd5")
|
|
(when (or (modulep! :lang org +roam)
|
|
(modulep! :lang org +roam2))
|
|
(package! citar-org-roam :pin "9750cfbbf330ab3d5b15066b65bd0a0fe7c296fb")))
|
|
|
|
(package! parsebib :pin "7bfde4e4679413424a9a9af099203d5c23e32cd2")
|
|
(package! citeproc :pin "9f16f2eee4586404b88a7b8cf46e1c158477bc33")
|