Skip to content

Commit

Permalink
Handle AUCTeX's new mode naming convention (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rathur421 authored Feb 26, 2024
1 parent 84d9cd8 commit 9784627
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 @@ -50,7 +50,8 @@ https://github.com/valentjn/ltex-ls"

(defcustom lsp-ltex-active-modes
'( text-mode
bibtex-mode context-mode latex-mode
bibtex-mode context-mode
latex-mode LaTeX-mode ;; AUCTeX 14+ has renamed latex-mode to LaTeX-mode
markdown-mode org-mode
rst-mode)
"List of major mode that work with LTEX Language Server."
Expand Down

0 comments on commit 9784627

Please sign in to comment.