Add recipe for ampc.

This commit is contained in:
Dimitri Fontaine 2012-02-20 17:03:57 +01:00
parent 9cae4734ce
commit b3dca5108a

8
recipes/ampc.rcp Normal file
View File

@ -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)))