doomemacs/modules/tools/biblio/packages.el
Brian McGillion 088db18c6d Add bibtex-completion
Helm-Bibtex was split to extract bibtex-completion into a standalone
MELPA package. Adding the functionality here to account for the
changes in the packaging.
2020-04-16 13:53:39 +04:00

9 lines
264 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; tools/biblio/packages.el
(package! bibtex-completion :pin "b14b628261")
(when (featurep! :completion ivy)
(package! ivy-bibtex :pin "3cff6bd702"))
(when (featurep! :completion helm)
(package! helm-bibtex :pin "3cff6bd702"))