Does Emacs have elm-lang programming language support?

Viewed 479

I am getting started with Elm language https://elm-lang.org/ and I am using Emacs but did not find any package/plugin for elm-lang. In case if you know any then please help.

2 Answers

I suggest you to try using Language Server Protocol for elm. It help to bring the most up-to-date solution for any editor, including Emacs.

  1. Install elm-language-server on your machine.

  2. Install lsp-mode package in your Emacs and configure some settings.


If you are Doom of Spacemacs user, you can use one of the preconfigured solutions.

  • For Doom use preinstalled elm module

  • For Spacemacs use elm layer

Related