Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make latex plugin also works for AUCTeX too #145

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

xuan-w
Copy link
Contributor

@xuan-w xuan-w commented Apr 17, 2024

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.

In order to be compatible to people who use latex-mode, both shall be preserved.

@redguardtoo
Copy link
Owner

redguardtoo commented Apr 17, 2024

Use
(evilmi-load-plugin-rules '(latex-mode LaTeX-mode) '(latex simple))

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.
@xuan-w
Copy link
Contributor Author

xuan-w commented Apr 18, 2024

Use (evilmi-load-plugin-rules '(latex-mode LaTeX-mode) '(latex simple))

Thank you! I have updated the PR.

@redguardtoo redguardtoo merged commit c75b2c6 into redguardtoo:master Apr 18, 2024
3 checks passed
@redguardtoo
Copy link
Owner

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants