From e1700e86cb35617178f5d7c61c88718ac7849f9b Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Sun, 7 Apr 2013 20:24:16 +0100 Subject: [PATCH] Fix anything recipe --- recipes/anything | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/anything b/recipes/anything index a8cfbf0e..ec57b4d0 100644 --- a/recipes/anything +++ b/recipes/anything @@ -1 +1,4 @@ -(anything :fetcher wiki) +(anything + :fetcher git + :url "http://repo.or.cz/r/anything-config.git" + :files ("*.el" "contrib/*" "extensions/*.el"))