el-get/recipes/alert.rcp
2012-02-28 16:39:10 -08:00

12 lines
413 B
Plaintext

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