Add evil-tex package to :lang latex

This commit is contained in:
Yoav Marco 2020-08-08 17:44:00 +03:00
parent 8bbac4bfb3
commit dd775167ae
3 changed files with 8 additions and 0 deletions

View file

@ -205,6 +205,11 @@ Math faces should stay fixed by the mixed-pitch blacklist, this is mostly for
(auctex-latexmk-setup))
(use-package! evil-tex
:when (featurep! :editor evil +everywhere)
:hook (LaTeX-mode . evil-tex-mode))
(use-package! company-auctex
:when (featurep! :completion company)
:defer t