From a3c2469ed20906ab7c723de4b08bf3908242f329 Mon Sep 17 00:00:00 2001 From: Erik Olsson Date: Wed, 16 May 2012 20:24:32 +0200 Subject: [PATCH] Add recipe for go-mode --- recipes/go-mode | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 recipes/go-mode diff --git a/recipes/go-mode b/recipes/go-mode new file mode 100644 index 00000000..bbf935fe --- /dev/null +++ b/recipes/go-mode @@ -0,0 +1,4 @@ +(go-mode + :url "https://code.google.com/p/go/" + :fetcher hg + :files ("misc/emacs/*.el"))