Skip to content

Commit

Permalink
tweak(ltex): add tex-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 26, 2023
1 parent ab56fb4 commit 0e344a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/me-natural-langs.el
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
:config
(eglot-ltex-enable-handling-client-commands)
(+eglot-register
'(text-mode org-mode markdown-mode rst-mode latex-mode bibtex-mode context-mode git-commit-mode)
'(text-mode org-mode markdown-mode rst-mode latex-mode tex-mode bibtex-mode context-mode git-commit-mode)
'("ltex-ls" "--server-type=TcpSocket" "--port" :autoport)))


Expand Down

0 comments on commit 0e344a8

Please sign in to comment.