From 6273d02058e36957cdad7c856534e78d24f3cbb0 Mon Sep 17 00:00:00 2001 From: Christopher Wellons Date: Tue, 7 Aug 2012 13:17:19 -0400 Subject: [PATCH] Add simple-httpd recipe. --- recipes/simple-httpd | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes/simple-httpd diff --git a/recipes/simple-httpd b/recipes/simple-httpd new file mode 100644 index 00000000..b71a19fa --- /dev/null +++ b/recipes/simple-httpd @@ -0,0 +1,2 @@ +(simple-httpd :repo "skeeto/emacs-http-server" + :fetcher github)