Hello...I'm trying to add eglot for elixir to my spacemacs config, following this tutorial https://elixirforum.com/t/emacs-elixir-setup-configuration-wiki/19196 I add this to my user config ```lisp (add-to-list 'eglot-server-programs '(elixir-mode . ("sh" "/home/yo/Descargas/proj/elixir/elixir-ls/rel/language_server.sh"))) ) ``` that path exist and there is the file .sh now when I restart I get this error ``` (Spacemacs) Error in dotspacemacs/user-config: Symbol’s value as variable is void: eglot-server-programs ``` do you know which could be the problem here? thank you so much