diff options
| author | João Távora | 2026-02-13 11:28:44 +0000 |
|---|---|---|
| committer | João Távora | 2026-02-13 11:28:44 +0000 |
| commit | 541040d4c8a10ea4f1fa409557369d3bd087dc5d (patch) | |
| tree | 8b27484893b12afbea5ff1c02f9742e2c17de3db | |
| parent | 06395ba77d6e5a90df4dee1c9c3fdb0522d5b21f (diff) | |
| download | emacs-541040d4c8a10ea4f1fa409557369d3bd087dc5d.tar.gz emacs-541040d4c8a10ea4f1fa409557369d3bd087dc5d.zip | |
Eglot: fix neocmakelsp invocation
See https://github.com/joaotavora/eglot/issues/1578
* lisp/progmodes/eglot.el (eglot-server-programs): Fix neocmakelsp
| -rw-r--r-- | lisp/progmodes/eglot.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 4752b0100d9..d72f5387bb4 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el | |||
| @@ -244,7 +244,7 @@ automatically)." | |||
| 244 | ;; `eglot.el' is installed via GNU ELPA in an older Emacs. | 244 | ;; `eglot.el' is installed via GNU ELPA in an older Emacs. |
| 245 | `(((rust-ts-mode rust-mode) . ("rust-analyzer")) | 245 | `(((rust-ts-mode rust-mode) . ("rust-analyzer")) |
| 246 | ((cmake-mode cmake-ts-mode) | 246 | ((cmake-mode cmake-ts-mode) |
| 247 | . ,(eglot-alternatives '(("neocmakelsp" "--stdio") "cmake-language-server"))) | 247 | . ,(eglot-alternatives '(("neocmakelsp" "stdio") "cmake-language-server"))) |
| 248 | (vimrc-mode . ("vim-language-server" "--stdio")) | 248 | (vimrc-mode . ("vim-language-server" "--stdio")) |
| 249 | ((python-mode python-ts-mode) | 249 | ((python-mode python-ts-mode) |
| 250 | . ,(eglot-alternatives | 250 | . ,(eglot-alternatives |