Skip to content

Commit c95c911

Browse files
authored
chore: Support for mu4e with LTEX ls (#4715)
1 parent b383e63 commit c95c911

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lsp-mode.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,8 @@ Changes take effect only when a new session is started."
987987
(nushell-ts-mode . "nushell")
988988
(meson-mode . "meson")
989989
(yang-mode . "yang")
990-
(matlab-mode . "matlab"))
990+
(matlab-mode . "matlab")
991+
(mu4e-compose-mode . "plaintext"))
991992
"Language id configuration.")
992993

993994
(defvar lsp--last-active-workspaces nil

0 commit comments

Comments
 (0)