Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 862 Bytes

README.md

File metadata and controls

37 lines (20 loc) · 862 Bytes

erc-terminal-notifier.el

OSX notifications via the terminal-notifier gem for Emacs ERC.

Installation

Install terminal-notifier

  • As a ruby gem

      $ sudo gem install terminal-notifier
    
  • As a binary

    Download from here

  • With homebrew

      $ brew install terminal-notifier
    

Install the package:

$ cd ~/.emacs.d/vendor
$ git clone git://github.com/julienXX/erc-terminal-notifier.el.git

Note: it's also available in MELPA

In your Emacs config:

(add-to-list 'load-path "~/.emacs.d/vendor/erc-terminal-notifier.el")
(require 'erc-terminal-notifier)

License

Copyright 2013 (c) Julien Blanchard [email protected]

Released under the same license as GNU Emacs.