mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
andras-simonyi/citeproc-el@9f783967c1 -> andras-simonyi/citeproc-el@406bd9964f emacs-citar/citar@b24b5b94b7 -> emacs-citar/citar@146f2cb5a3 tmalsburg/helm-bibtex@aa775340ba -> tmalsburg/helm-bibtex@ce8c17690d Also add citar-embark, which now contains the embark functionality in a separate minor mode package, and explicitly add parsebib, so we can pin the precise version.
16 lines
752 B
EmacsLisp
16 lines
752 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/biblio/packages.el
|
|
|
|
(when (featurep! :completion ivy)
|
|
(package! bibtex-completion :pin "ce8c17690ddad73d01531084b282f221f8eb6669")
|
|
(package! ivy-bibtex :pin "ce8c17690ddad73d01531084b282f221f8eb6669"))
|
|
(when (featurep! :completion helm)
|
|
(package! bibtex-completion :pin "ce8c17690ddad73d01531084b282f221f8eb6669")
|
|
(package! helm-bibtex :pin "ce8c17690ddad73d01531084b282f221f8eb6669"))
|
|
(when (featurep! :completion vertico)
|
|
(package! citar :pin "146f2cb5a31d4968ec17f39f189e4ea131ccaf56")
|
|
(package! citar-embark :pin "146f2cb5a31d4968ec17f39f189e4ea131ccaf56"))
|
|
|
|
(package! parsebib :pin "175a1bdac1eabc7415116c8722795a1155e2d2c9")
|
|
(package! citeproc :pin "406bd9964f1ce531fc45beddcf9ccc44d3456129")
|