Skip to content

Commit

Permalink
ensime recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcWeber authored and dimitri committed Sep 25, 2010
1 parent 69ce69c commit 3f30f69
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions recipes/ensime.el
@@ -0,0 +1,9 @@
(:name ensime
:type git
:url "git://github.com/aemoncannon/ensime.git"
:build ("sbt update stage")
:features ensime
:load-path ("./dist/elisp")
:after (lambda ()
(require 'ensime)
(add-hook 'scala-mode-hook 'ensime-scala-mode-hook)))

0 comments on commit 3f30f69

Please sign in to comment.