From 7a4b54c5c7fa918de47c46dbb2aed9c66f921415 Mon Sep 17 00:00:00 2001 From: Ivan Andrus Date: Fri, 14 Dec 2012 16:53:24 +0100 Subject: [PATCH] Added gaprc file to recipe for gap-mode --- recipes/gap-mode | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/gap-mode b/recipes/gap-mode index 912c17fb..c311d877 100644 --- a/recipes/gap-mode +++ b/recipes/gap-mode @@ -1,3 +1,4 @@ (gap-mode :fetcher hg - :url "https://bitbucket.org/gvol/gap-mode") + :url "https://bitbucket.org/gvol/gap-mode" + :files ("*.el" "emacs.gaprc"))