Skip to content

Commit

Permalink
Make latex plugin also works for AUCTeX too
Browse files Browse the repository at this point in the history
Emacs now ship AUCTeX by default, so the default mode for latex is now provided
by AUCTeX, named as LaTeX-mode, to replace the old latex-mode provided by
tex.el.
  • Loading branch information
xuan-w committed Apr 18, 2024
1 parent 1c4fefa commit e828bfd
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 e828bfd

Please sign in to comment.