2020-04-09 16:47:48 -04:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; tools/biblio/packages.el
|
|
|
|
|
2020-10-10 07:17:36 +04:00
|
|
|
(package! bibtex-completion :pin "12f8809aac3a13dd11a1c664a13f789005f7a199")
|
2020-04-09 16:47:48 -04:00
|
|
|
(when (featurep! :completion ivy)
|
2020-10-10 07:17:36 +04:00
|
|
|
(package! ivy-bibtex :pin "12f8809aac3a13dd11a1c664a13f789005f7a199"))
|
2020-04-09 16:47:48 -04:00
|
|
|
(when (featurep! :completion helm)
|
2020-10-10 07:17:36 +04:00
|
|
|
(package! helm-bibtex :pin "12f8809aac3a13dd11a1c664a13f789005f7a199"))
|