mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-25 14:13:37 -05:00
tmalsburg/helm-bibtex@b85662081d -> tmalsburg/helm-bibtex@bb47f355b0 bdarcus/citar@fd33f5c4f7 -> bdarcus/citar@41ec5d4d5d
14 lines
610 B
EmacsLisp
14 lines
610 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/biblio/packages.el
|
|
|
|
(when (featurep! :completion ivy)
|
|
(package! bibtex-completion :pin "bb47f355b0da8518aa3fb516019120c14c8747c9")
|
|
(package! ivy-bibtex :pin "bb47f355b0da8518aa3fb516019120c14c8747c9"))
|
|
(when (featurep! :completion helm)
|
|
(package! bibtex-completion :pin "bb47f355b0da8518aa3fb516019120c14c8747c9")
|
|
(package! helm-bibtex :pin "bb47f355b0da8518aa3fb516019120c14c8747c9"))
|
|
(when (featurep! :completion vertico)
|
|
(package! citar :pin "41ec5d4d5d625f7d784b4de20d14b7bceaf1730c"))
|
|
|
|
(package! citeproc :pin "c8ff95862823cdff067e8cc9bb7f5ef537e8f1d9")
|