We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c36b95b commit dd61303Copy full SHA for dd61303
clients/lsp-tex.el
@@ -46,7 +46,7 @@
46
47
(lsp-register-client
48
(make-lsp-client :new-connection (lsp-stdio-connection lsp-clients-digestif-executable)
49
- :major-modes '(plain-tex-mode latex-mode context-mode texinfo-mode LaTex-mode)
+ :major-modes '(plain-tex-mode latex-mode context-mode texinfo-mode LaTeX-mode)
50
:priority (if (eq lsp-tex-server 'digestif) 1 -1)
51
:server-id 'digestif))
52
0 commit comments