Add evil-tex package to :lang latex
This commit is contained in:
parent
8bbac4bfb3
commit
dd775167ae
3 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue