aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/eglot.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el
index 890f1e91b86..4c5b9c30d91 100644
--- a/lisp/progmodes/eglot.el
+++ b/lisp/progmodes/eglot.el
@@ -254,7 +254,8 @@ chosen (interactively or automatically)."
254 . ,(eglot-alternatives 254 . ,(eglot-alternatives
255 '(("marksman" "server") 255 '(("marksman" "server")
256 ("vscode-markdown-language-server" "--stdio")))) 256 ("vscode-markdown-language-server" "--stdio"))))
257 (graphviz-dot-mode . ("dot-language-server" "--stdio"))) 257 (graphviz-dot-mode . ("dot-language-server" "--stdio"))
258 (terraform-mode . ("terraform-ls" "serve")))
258 "How the command `eglot' guesses the server to start. 259 "How the command `eglot' guesses the server to start.
259An association list of (MAJOR-MODE . CONTACT) pairs. MAJOR-MODE 260An association list of (MAJOR-MODE . CONTACT) pairs. MAJOR-MODE
260identifies the buffers that are to be managed by a specific 261identifies the buffers that are to be managed by a specific