From 2bc1fba20a57c2ca312fa8a406b34c9feb0f870f Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Thu, 21 Mar 2013 16:20:23 +0000 Subject: [PATCH] adding a recipe for with-namespace --- recipes/with-namespace | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 recipes/with-namespace diff --git a/recipes/with-namespace b/recipes/with-namespace new file mode 100644 index 00000000..953e231d --- /dev/null +++ b/recipes/with-namespace @@ -0,0 +1,4 @@ +(with-namespace + :repo "Wilfred/with-namespace.el" + :files ("with-namespace.el") + :fetcher github)