Skip to content

leathekd/grr.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

grr.el - Simple Growl notifications for Emacs and Mac OS X

Installation

Via Marmalade (recommended)

If you are on Emacs 23, go to marmalade-repo.org and follow the installation instructions there.

If you are on Emacs 24, add Marmalade as a package archive source in ~/.emacs.d/init.el:

(require 'package)
(add-to-list 'package-archives
             '("marmalade" . "http://marmalade-repo.org/packages/") t)
(package-initialize)

Then you can install it:

M-x package-refresh-contents
M-x package-install RET grr RET

Manually (via git)

Download the source or clone the repo and add the following to ~/.emacs.d/init.el:

(add-to-list 'load-path "path/to/grr")
(require 'grr)

Usage

(grr-notify "This is the title" ;; required
            "This is the message" ;; required
            nil ;; sticky boolean - optional
  )

License

Source Copyright © 2012 David Leatherman. Distributed under the GNU General Public License version 3.

About

Simple Growl notifications for Emacs and Mac OS X

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published