From ddd24a701a1bf3f4266eb25d95e411be8c752125 Mon Sep 17 00:00:00 2001 From: Arthur Nogueira Neves Date: Wed, 3 Dec 2014 13:52:17 -0500 Subject: [PATCH] Add snippets folder I think this is necessary, as the `snippets` folder is not getting copied over. --- recipes/minitest | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/minitest b/recipes/minitest index 0f7d9670..22074f0e 100644 --- a/recipes/minitest +++ b/recipes/minitest @@ -1,2 +1,3 @@ (minitest :repo "arthurnn/minitest-emacs" - :fetcher github) + :fetcher github + :files ("minitest.el" "snippets"))