From d4b03f882d62c323cfb32da6da9b1b5dcb0c45d3 Mon Sep 17 00:00:00 2001 From: Georgi Valkov Date: Thu, 19 Jul 2012 15:20:17 +0300 Subject: [PATCH] restclient.el recipe --- recipes/restclient | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes/restclient diff --git a/recipes/restclient b/recipes/restclient new file mode 100644 index 00000000..8d378b1d --- /dev/null +++ b/recipes/restclient @@ -0,0 +1,3 @@ +(restclient :repo "pashky/restclient.el" + :fetcher github + :files ("json-reformat.el" "restclient.el"))