File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -2393,8 +2393,6 @@ Generic Language Server Protocol integration via ~eglot~.
2393
2393
#+begin_src emacs-lisp :tangle yes
2394
2394
(use-package eglot
2395
2395
:defer 3
2396
- :functions
2397
- (eglot-alternatives)
2398
2396
:bind
2399
2397
((:map eglot-mode-map ("C-. C-." . eglot-code-actions))
2400
2398
(:map eglot-mode-map :prefix-map eglot-prefix-map :prefix "C-. e"
@@ -2409,10 +2407,6 @@ Generic Language Server Protocol integration via ~eglot~.
2409
2407
(setq eglot-sync-connect nil)
2410
2408
:config
2411
2409
(cl-pushnew '((elixir-mode elixir-ts-mode heex-ts-mode) . ("elixir-ls"))
2412
- eglot-server-programs
2413
- :test #'equal)
2414
-
2415
- (cl-pushnew `((nix-mode nix-ts-mode) . ,(eglot-alternatives '("nil" "rnix-lsp" "nixd")))
2416
2410
eglot-server-programs
2417
2411
:test #'equal))
2418
2412
#+end_src
You can’t perform that action at this time.
0 commit comments