This commit is contained in:
Patrick Elliott 2018-07-12 18:46:54 +02:00
parent b06fe0dde2
commit c93c595ba3

View file

@ -179,14 +179,12 @@
(def-package! ivy-bibtex
:when (featurep! :completion ivy)
:commands ivy-bibtex
)
:commands ivy-bibtex)
(def-package! helm-bibtex
:when (featurep! :completion helm)
:commands helm-bibtex
)
:commands helm-bibtex)
(after! bibtex-completion
(unless (string-empty-p +latex-bibtex-file)