Skip to content

Commit

Permalink
fix typo (#4540)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeXuan committed Sep 6, 2024
1 parent c36b95b commit dd61303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/lsp-tex.el
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

(lsp-register-client
(make-lsp-client :new-connection (lsp-stdio-connection lsp-clients-digestif-executable)
: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)
:priority (if (eq lsp-tex-server 'digestif) 1 -1)
:server-id 'digestif))

Expand Down

0 comments on commit dd61303

Please sign in to comment.