From 749f4c387cdb89beb66c3d671319c41c5539b21a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gary=20Pampar=C3=A0?= Date: Thu, 29 Nov 2012 15:18:52 +0200 Subject: [PATCH] Add recipe for scala-mode2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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à --- recipes/scala-mode2 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes/scala-mode2 diff --git a/recipes/scala-mode2 b/recipes/scala-mode2 new file mode 100644 index 00000000..e679b419 --- /dev/null +++ b/recipes/scala-mode2 @@ -0,0 +1,3 @@ +(scala-mode2 + :repo "hvesalai/scala-mode2" + :fetcher github)