adding new biblio module

This commit is contained in:
Bruce D'Arcus 2020-04-09 16:47:48 -04:00
parent 3f4482a225
commit 0c2cebadca
4 changed files with 24 additions and 0 deletions

View file

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