Recipe for svg-clock.

Signed-off-by: Rüdiger Sonderfeld <ruediger@c-plusplus.de>
This commit is contained in:
Rüdiger Sonderfeld 2013-07-08 20:19:47 +02:00
parent 628c06cf8c
commit 2ef1afcf45

7
recipes/svg-clock.rcp Normal file
View File

@ -0,0 +1,7 @@
(:name svg-clock
:type elpa
:description "svg-clock provides a scalable analog clock. Rendering is done by
means of svg (Scalable Vector Graphics). Works only with Emacsen
which were built with svg support -- (image-type-available-p 'svg)
must return t. Call `svg-clock' to start/stop the clock.
Set `svg-clock-size' to change its size.")