Skip to content

Commit

Permalink
Merge pull request #145 from xuan-w/patch-latex
Browse files Browse the repository at this point in the history
Make latex plugin also works for AUCTeX too
  • Loading branch information
redguardtoo authored Apr 18, 2024
2 parents 143e03d + e828bfd commit c75b2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evil-matchit.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit c75b2c6

Please sign in to comment.