Skip to content

Commit

Permalink
feat: Support mail modes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Feb 22, 2025
1 parent 619e8b8 commit 4635e26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lsp-ltex.el
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ https://github.com/valentjn/ltex-ls"
latex-mode LaTeX-mode ; AUCTeX 14+ has renamed latex-mode to LaTeX-mode
markdown-mode gfm-mode
org-mode
rst-mode)
rst-mode
message-mode mu4e-compose-mode)
"List of major mode that work with LTEX Language Server."
:type '(list symbol)
:group 'lsp-ltex)
Expand Down

0 comments on commit 4635e26

Please sign in to comment.