Added company reftex support.

This commit is contained in:
Patrick Elliott 2018-07-13 10:14:10 +02:00
parent 821d1937b8
commit a64a2e8848
2 changed files with 7 additions and 1 deletions

View file

@ -15,7 +15,8 @@
;; Features according to other user selected options
(when (featurep! :completion company)
(package! company-auctex))
(package! company-auctex)
(package! company-reftex))
(when (featurep! :completion ivy)
(package! ivy-bibtex))
(when (featurep! :completion helm)