From 1350687b9703e2ef1c264b448cbbe335bc6a2172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Sonderfeld?= Date: Tue, 14 Jun 2011 00:20:02 +0200 Subject: [PATCH] added recipe for codepad.el (https://github.com/ruediger/emacs-codepad) --- recipes/codepad.el | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes/codepad.el diff --git a/recipes/codepad.el b/recipes/codepad.el new file mode 100644 index 00000000..4f437bf9 --- /dev/null +++ b/recipes/codepad.el @@ -0,0 +1,5 @@ +(:name codepad + :type git + :url "https://github.com/ruediger/emacs-codepad.git" + :build ("make all") + :features codepad)