Skip to content

Commit

Permalink
Add more languages support by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Apr 16, 2023
1 parent abec747 commit d447161
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion eglot-ltex.el
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ https://github.com/valentjn/ltex-ls"
:group 'eglot
:link '(url-link :tag "Github" "https://github.com/emacs-languagetool/eglot-ltex"))

(defcustom eglot-languagetool-active-modes '(text-mode latex-mode org-mode markdown-mode)
(defcustom eglot-languagetool-active-modes
'( text-mode
bibtex-mode context-mode latex-mode
markdown-mode org-mode
rst-mode)
"List of major mode that work with LanguageTool."
:type 'list
:group 'eglot-grammarly)
Expand Down

0 comments on commit d447161

Please sign in to comment.