2020-04-09 16:47:48 -04:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; tools/biblio/packages.el
|
|
|
|
|
2020-04-16 13:53:39 +04:00
|
|
|
(package! bibtex-completion :pin "b14b628261")
|
2020-04-09 16:47:48 -04:00
|
|
|
(when (featurep! :completion ivy)
|
2020-04-16 13:58:37 +04:00
|
|
|
(package! ivy-bibtex :pin "b14b628261"))
|
2020-04-09 16:47:48 -04:00
|
|
|
(when (featurep! :completion helm)
|
2020-04-16 13:58:37 +04:00
|
|
|
(package! helm-bibtex :pin "b14b628261"))
|