From d07c1c8829367fd253d2f2dc0b59c6638948bab1 Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Thu, 11 Jan 2024 22:46:41 +0100 Subject: [PATCH] emacs: Fix Elixir language server configuration --- home-manager/modules/emacs/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/modules/emacs/config.org b/home-manager/modules/emacs/config.org index f783cf6..a495c07 100644 --- a/home-manager/modules/emacs/config.org +++ b/home-manager/modules/emacs/config.org @@ -1101,7 +1101,7 @@ Automatically use the =-ts-mode= when it is available (add-to-list 'eglot-server-programs '(conf-toml-mode . ("taplo" "lsp" "stdio"))) (add-to-list 'eglot-server-programs - '((elixir-mode elixir-ts-mode heex-ts-mode) . (eglot-alternatives '(("nextls" "--stdio") "elixir-ls")))) + `((elixir-mode elixir-ts-mode heex-ts-mode) . ,(eglot-alternatives '(("nextls" "--stdio") "elixir-ls")))) (add-to-list 'eglot-stay-out-of 'flymake) (setq eglot-autoshutdown t eldoc-echo-area-use-multiline-p 0.1)