]> git.eshelyaron.com Git - emacs.git/commitdiff
Correct paren mismatch blunder introduced by earlier commit
authorJoão Távora <joaotavora@gmail.com>
Sun, 16 Aug 2020 18:10:23 +0000 (19:10 +0100)
committerJoão Távora <joaotavora@gmail.com>
Sun, 16 Aug 2020 18:10:23 +0000 (19:10 +0100)
Per https://github.com/joaotavora/eglot/issues/512.

* eglot.el (eglot-server-programs): properly close parenthesis.

GitHub-reference: fix https://github.com/joaotavora/eglot/issues/521

lisp/progmodes/eglot.el

index 023c0dfe7abbd01313c59624c3a47d09b44f2f79..a4ba1f9f93412697933cce60ff134c26f274423d 100644 (file)
@@ -122,7 +122,7 @@ language-server/bin/php-language-server.php"))
                                 ((tex-mode context-mode texinfo-mode bibtex-mode)
                                  . ("digestif"))
                                 (erlang-mode . ("erlang_ls" "--transport" "stdio"))
-                                (gdscript-mode . ("localhost" 6008))
+                                (gdscript-mode . ("localhost" 6008)))
   "How the command `eglot' guesses the server to start.
 An association list of (MAJOR-MODE . CONTACT) pairs.  MAJOR-MODE
 is a mode symbol, or a list of mode symbols.  The associated