; Fix whitespace in eglot.el
* lisp/progmodes/eglot.el (eglot-server-programs): Fix whitespace. Reported by Allen Li <darkfeline@felesatra.moe>. (Bug#65161)
This commit is contained in:
parent
3065dfc660
commit
164588b174
1 changed files with 2 additions and 1 deletions
|
@ -219,7 +219,8 @@ chosen (interactively or automatically)."
|
|||
. ("dart" "language-server"
|
||||
"--client-id" "emacs.eglot-dart"))
|
||||
((elixir-mode elixir-ts-mode heex-ts-mode)
|
||||
. ,(if (and (fboundp 'w32-shell-dos-semantics) (w32-shell-dos-semantics))
|
||||
. ,(if (and (fboundp 'w32-shell-dos-semantics)
|
||||
(w32-shell-dos-semantics))
|
||||
'("language_server.bat")
|
||||
'("language_server.sh")))
|
||||
(ada-mode . ("ada_language_server"))
|
||||
|
|
Loading…
Add table
Reference in a new issue