el-get/recipes/scala-mode.rcp
Byron Clark fa1ba9d9bc 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.
2012-12-26 22:04:41 -07:00

8 lines
317 B
Plaintext

(:name scala-mode
:description "Major mode for editing Scala code."
: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)