2020-04-09 16:47:48 -04:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; tools/biblio/packages.el
|
|
|
|
|
|
|
|
(when (featurep! :completion ivy)
|
2022-06-17 21:53:56 +02:00
|
|
|
(package! bibtex-completion :pin "ce8c17690ddad73d01531084b282f221f8eb6669")
|
|
|
|
(package! ivy-bibtex :pin "ce8c17690ddad73d01531084b282f221f8eb6669"))
|
2020-04-09 16:47:48 -04:00
|
|
|
(when (featurep! :completion helm)
|
2022-06-17 21:53:56 +02:00
|
|
|
(package! bibtex-completion :pin "ce8c17690ddad73d01531084b282f221f8eb6669")
|
|
|
|
(package! helm-bibtex :pin "ce8c17690ddad73d01531084b282f221f8eb6669"))
|
2021-07-09 20:16:11 +03:00
|
|
|
(when (featurep! :completion vertico)
|
2022-08-02 20:06:17 -04:00
|
|
|
(package! citar :pin "146f2cb5a31d4968ec17f39f189e4ea131ccaf56")
|
|
|
|
(package! citar-embark :pin "146f2cb5a31d4968ec17f39f189e4ea131ccaf56"))
|
2021-10-27 17:33:04 -04:00
|
|
|
|
2022-08-02 20:06:17 -04:00
|
|
|
(package! parsebib :pin "175a1bdac1eabc7415116c8722795a1155e2d2c9")
|
|
|
|
(package! citeproc :pin "406bd9964f1ce531fc45beddcf9ccc44d3456129")
|