Add make ensime. bump emacs for rewrite of all emacs commits.

This commit is contained in:
Ivan Malison 2014-05-10 14:33:40 -07:00
parent 25598a83cd
commit 1eb3bffd70
2 changed files with 6 additions and 1 deletions

@ -1 +1 @@
Subproject commit 4e5b60b261a7ce26b6968ac6e606051d2130efef
Subproject commit e7f72fc469c8ca33ed081d76646a7a0ce92e12cc

View File

@ -186,3 +186,8 @@ function fix_brew_htop() {
function pip_package_location() {
pip show $1 | grep Location | get_cols 2
}
function make_ensime() {
echo '\n\naddSbtPlugin("org.ensime" % "ensime-sbt-cmd" % "0.1.1")' >> project/plugins.sbt
sbt "ensime generate"
}