elein.el: leiningen functions for emacs
I’ve bundled my emacs leiningen convenience functions into a package and dropped it on github for other people to use. It’s a collection of interactive commands for common lein tasks used within a project; elein-clean, elein-deps etc.
Mosts of the commands basically run lein using the emacs compile function, with the exception of elein-swank and elein-reswank. These also handle (re)connecting slime.
Curious?
- download elein.el
- copy it somewhere in you emacs
load-path (require 'elein)- open up a file in a leiningenize project
M-x elein-version
I hope somebody finds this useful.
Thanks for sharing it.
I love it.
This belongs in ELPA , and fast! People need to be using this :)
In the future, I don’t know if you wouldn’t be better of resourcing to cake, since it’ll be using the same JVM session and save lots of time (I’m not sure if lein can already do that, I remember reading somewhere that it was being thought about).
Kudos!
Thank you!! Please submit to ELPA if you can. So nice!