From b3dca5108abdda61bdb940ec59330668186e3698 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Mon, 20 Feb 2012 17:03:57 +0100 Subject: [PATCH] Add recipe for ampc. --- recipes/ampc.rcp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes/ampc.rcp diff --git a/recipes/ampc.rcp b/recipes/ampc.rcp new file mode 100644 index 00000000..d81796c3 --- /dev/null +++ b/recipes/ampc.rcp @@ -0,0 +1,8 @@ +(:name ampc + :website "http://www.emacswiki.org/emacs/Ampc" + :description "Asynchronous Music Player Controller" + :type git + :url "http://ch.ristopher.com/r/ampc" + :features ampc + :post-init (lambda () + (autoload 'ampc "ampc" nil t)))