Add recipe for scala-mode2

scala-mode2 is an improved scala-mode for emacs. It is losely based on the
original, but has been completely rewritten for scala 2.9 (and 2.10)

The related issue on the project itself is here:
https://github.com/hvesalai/scala-mode2/issues/33

Signed-off-by: Gary Pamparà <gpampara@gmail.com>
This commit is contained in:
Gary Pamparà 2012-11-29 15:18:52 +02:00
parent 715370b55b
commit 749f4c387c

3
recipes/scala-mode2 Normal file
View file

@ -0,0 +1,3 @@
(scala-mode2
:repo "hvesalai/scala-mode2"
:fetcher github)