I've been working professionally with Elixir for 7 months, obviously using emacs as my daily editor. In this post we'll see some packages that could be useful for Elixir development. I'm not using LSP (yet), so the goal here is just to have a minimal setup for Elixir development. We're going to use use-package to install all the needed packages. Syntax highlighting We'll use Elixir-mode. This package give us syntax highlighting support and some useful features like mix-format which let us for...