Use new command to generate config

Old command doesn't exist anymore
This commit is contained in:
Diego Alvarez 2016-05-24 09:27:36 -07:00 committed by syl20bnr
parent 519d42e7c6
commit 9cb0c1e109
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ newer that =0.13.5= of sbt.
** Usage
1. Create a =.ensime= file at the root of your Scala project using =sbt
gen-ensime= at the shell.
ensimeConfig= and =sbt ensimeConfigProject= at the shell.
2. Run =M-x ensime= within Emacs to start an ENSIME session.
Each Scala project uses a dedicated ENSIME session, so you only need to run =M-x

View File

@ -66,7 +66,7 @@
"Regenerate `.ensime' file and restart the ensime server."
(interactive)
(progn
(sbt-command "gen-ensime")
(sbt-command ";ensimeConfig;ensimeConfigProject")
(ensime-shutdown)
(ensime)))