Emacs - Elixir Setup Configuration Wiki

Can’t wait to share with folks : GitHub - Matsa59/web-mode: web template editing mode for emacs · GitHub

Basically I fix <%= f = form ... %> pattern (only support f = ... for now).
Also fix multilines for <%= ... %>.

I would like to have some feedbacks to improve web-mode mode for (l)eex.

For people using doom-emacs, in packages.el use

(package! web-mode
  :recipe (:host github :repo "Matsa59/web-mode"))

Disable web from init.el and install using doom sync -u

All your configuration should continue to works, I just change elixir language.

Too many times waiting for someone to fix this x)

Spacemacs users : don’t know the configuration but it should works too if you use web-mode.

Edit : for people who wants to wait for official release, you can track this PR : Improve elixir language by Matsa59 · Pull Request #1191 · fxbois/web-mode · GitHub

1 Like