Improved math completion via company-math

This commit is contained in:
Patrick Elliott 2018-07-13 18:01:22 +02:00
parent 614c49f43f
commit babb7821a0
2 changed files with 11 additions and 5 deletions

View file

@ -16,7 +16,8 @@
(when (featurep! :completion company)
(package! company-auctex)
(package! company-reftex))
(package! company-reftex)
(package! company-math))
(when (featurep! :completion ivy)
(package! ivy-bibtex))
(when (featurep! :completion helm)