Skip to content

Commit

Permalink
Merge pull request #44 from dankessler/patch-1
Browse files Browse the repository at this point in the history
Handle AUCTeX's new mode naming convention
  • Loading branch information
ROCKTAKEY committed Feb 15, 2024
2 parents 9a59f26 + 8586460 commit 11935eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lsp-latex.el
Original file line number Diff line number Diff line change
Expand Up @@ -964,8 +964,10 @@ PARAMS progress report notification data."
(lsp-stdio-connection
#'lsp-latex-new-connection)
:major-modes '(tex-mode
TeX-mode ;; AUCTeX 14+ has renamed tex-mode to TeX-mode
yatex-mode
latex-mode
LaTeX-mode ;; AUCTeX 14+ has renamed latex-mode to LaTeX-mode
bibtex-mode)
:server-id 'texlab2
:priority 2
Expand Down

0 comments on commit 11935eb

Please sign in to comment.