doomemacs/modules/tools/biblio/packages.el

9 lines
354 B
EmacsLisp
Raw Normal View History

2020-04-09 16:47:48 -04:00
;; -*- no-byte-compile: t; -*-
;;; tools/biblio/packages.el
(package! bibtex-completion :pin "ca09076c3d6e51cc4ffe208c8176fccf3710fcc6")
2020-04-09 16:47:48 -04:00
(when (featurep! :completion ivy)
(package! ivy-bibtex :pin "ca09076c3d6e51cc4ffe208c8176fccf3710fcc6"))
2020-04-09 16:47:48 -04:00
(when (featurep! :completion helm)
(package! helm-bibtex :pin "ca09076c3d6e51cc4ffe208c8176fccf3710fcc6"))