branch: elpa/evil-matchit commit c75b2c6c3123824ff7ae35deef22a3a5d9b619b2 Merge: 143e03d9c6 e828bfdd63 Author: Chen Bin <chb...@hotmail.com> Commit: GitHub <nore...@github.com>
Merge pull request #145 from xuan-w/patch-latex Make latex plugin also works for AUCTeX too --- evil-matchit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evil-matchit.el b/evil-matchit.el index 425aee241d..cc74c4c141 100644 --- a/evil-matchit.el +++ b/evil-matchit.el @@ -221,7 +221,7 @@ Some modes can be toggle on/off in the hook" (evilmi-load-plugin-rules '(markdown-mode) '(markdown)) ;; Latex - (evilmi-load-plugin-rules '(latex-mode) '(latex simple)) + (evilmi-load-plugin-rules '(latex-mode LaTeX-mode) '(latex simple)) ;; Ocaml (evilmi-load-plugin-rules '(tuareg-mode) '(simple ocaml))