Skip to content

Error in dotspacemacs/user-config: Symbol’s value as variable is void: eglot-server-programs #238

@cocodrino

Description

@cocodrino

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

  (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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions