From c9832c9ffb890a9605df007518a60398b9cbfb77 Mon Sep 17 00:00:00 2001 From: Jen-Chieh Shen Date: Mon, 26 Feb 2024 11:44:46 -0800 Subject: [PATCH] chore: Add LaTeX-mode new mode name --- lsp-grammarly.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lsp-grammarly.el b/lsp-grammarly.el index e86e4d6..60a7bca 100644 --- a/lsp-grammarly.el +++ b/lsp-grammarly.el @@ -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)