From 8a331b1a79e9479424f509945d67cfd4b9285002 Mon Sep 17 00:00:00 2001 From: KOBAYASHI Shigeru Date: Tue, 9 Dec 2014 03:51:08 +0900 Subject: [PATCH 1/2] Add wandbox recipe --- recipes/wandbox | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/wandbox diff --git a/recipes/wandbox b/recipes/wandbox new file mode 100644 index 00000000..2c2413d5 --- /dev/null +++ b/recipes/wandbox @@ -0,0 +1 @@ +(wandbox :fetcher github :repo "kosh04/emacs-wandbox") From 7547f8f5c46c1abf520bce6773cb8e511765af4d Mon Sep 17 00:00:00 2001 From: KOBAYASHI Shigeru Date: Wed, 10 Dec 2014 00:04:07 +0900 Subject: [PATCH 2/2] specifying use :files https://github.com/milkypostman/melpa/pull/2256#issuecomment-66171227 --- recipes/wandbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/wandbox b/recipes/wandbox index 2c2413d5..21bca7ac 100644 --- a/recipes/wandbox +++ b/recipes/wandbox @@ -1 +1 @@ -(wandbox :fetcher github :repo "kosh04/emacs-wandbox") +(wandbox :fetcher github :repo "kosh04/emacs-wandbox" :files ("wandbox.el"))