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.
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.
Found one. elm-mode https://github.com/jcollard/elm-mode
I got reference from this site from https://riptutorial.com/elm
which has plugins mentioned for other other editor/IDE too.
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.
Install elm-language-server on your machine.
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.