el-get/recipes/ensime.rcp
2012-02-22 14:46:21 -08:00

14 lines
530 B
Plaintext

(:name ensime
:description "ENhanced Scala Interaction Mode for Emacs"
:type git
:url "https://github.com/aemoncannon/ensime.git"
:build ("sbt update stage")
:depends scala-mode
:features ensime
:load-path ("./dist/elisp")
:post-init (progn
(require 'ensime)
;; scala-mode can be found in the scala distribution:
(require 'scala-mode-auto)
(add-hook 'scala-mode-hook 'ensime-scala-mode-hook)))