alchemist.el
alchemist.el copied to clipboard
mix.el - new Emacs package for Mix
Hello!
I created a new package for working with mix tasks. https://github.com/ayrat555/mix.el
It has two distinctive features from functions from alchemist :
- You can choose umbrella subproject
- You can modify a task before execution
Autocompletion will come next to another package. It's the only other feature that I use in alchemist
Fantastic, thank you for doing this!
When you say autocompletion, you mean completion of task names?
@Trevoke no it's a separate package to complete expressions in the mix project - https://github.com/ayrat555/company-elixir. I finished it and it works but I'm not satisfied with it.