Use current scala-mode repository.

The svn repo hasn't been updated in almost two years. The scala-dist
git repo contains the latest scala-mode.
This commit is contained in:
Byron Clark 2012-12-26 22:04:41 -07:00
parent 1ae486dfa5
commit fa1ba9d9bc

View File

@ -1,7 +1,7 @@
(:name scala-mode
:description "Major mode for editing Scala code."
:type svn
:url "http://lampsvn.epfl.ch/svn-repos/scala/scala-tool-support/trunk/src/emacs/"
:build `(("make" ,(concat "ELISP_COMMAND=" el-get-emacs)))
:load-path (".")
:type git
:url "https://github.com/scala/scala-dist.git"
:build `(("make -C tool-support/src/emacs" ,(concat "ELISP_COMMAND=" el-get-emacs)))
:load-path ("tool-support/src/emacs")
:features scala-mode-auto)