Skip to content

Commit

Permalink
chore: Add LaTeX-mode new mode name
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Feb 26, 2024
1 parent 1e73fd2 commit c9832c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lsp-grammarly.el
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ This is only for development use."
'lsp-grammarly-modes 'lsp-grammarly-active-modes "0.2.1")

(defcustom lsp-grammarly-active-modes
'(text-mode latex-mode org-mode markdown-mode)
'( text-mode org-mode markdown-mode
latex-mode LaTeX-mode)
"List of major mode that work with Grammarly."
:type 'list
:group 'lsp-grammarly)
Expand Down

0 comments on commit c9832c9

Please sign in to comment.