el-get/recipes/alert.rcp
2012-02-12 02:00:31 +01:00

12 lines
433 B
Plaintext

(:name alert
:description "Growl-style notification system for Emacs"
:website "https://github.com/jwiegley/alert"
:type git
:url "git://github.com/jwiegley/alert.git"
:post-init
(lambda ()
(autoload 'alert "alert"
"Alert the user that something has happened.")
(autoload 'alert-add-rule "alert"
"Programmatically add an alert configuration rule.")))