How to automatically recompile and reload my iex + mix application every time I modify the source code?
If there\'s no way for iex + mix combination to do that, what\'s
Closest thing i know of is in Alchemist for emacs by @tonini. In Alchemist, there's an option to enable
(setq alchemist-hooks-test-on-save t)
which makes it compile and runs tests when you save.
https://github.com/tonini/alchemist.el#testing