https://github.com/fgallina/rcirc-alertify.git
git clone 'git://github.com/fgallina/rcirc-alertify.git'
Cross platform notifications for rcirc
The recommended way to install this library is to use
package-install
. If you wish to go the hard way just put
rcirc-alertify.el
where you place all your Emacs Lisp files, after
that add the following to your .emacs
:
(add-to-list 'load-path "/folder/containing/file") ;; if it's not already in `load-path'
(require 'rcirc-alertify)
(rcirc-alertify-enable)
As an additional step, don't forget to configure alert.el to use your
preferred notification system. In my case that is libnotify
:
(setq alert-default-style 'libnotify)
See the commentary at the top of rcirc-alertify.el
for details on
customization and usage.
If you find a bug please report it in the github tracker.
rcirc-alertify.el is free software under the GPL v3, see LICENSE file for details.