forked from colonelpanic/dotfiles
Add make ensime. bump emacs for rewrite of all emacs commits.
This commit is contained in:
Submodule dotfiles/emacs.d updated: 4e5b60b261...e7f72fc469
@@ -186,3 +186,8 @@ function fix_brew_htop() {
|
|||||||
function pip_package_location() {
|
function pip_package_location() {
|
||||||
pip show $1 | grep Location | get_cols 2
|
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"
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user