/github-notifier.el

Displays your GitHub notifications unread count in Emacs mode-line

Primary LanguageEmacs Lisp

github-notifier http://melpa.org/packages/github-notifier-badge.svg

img.png

github-notifier is a global minor-mode for Emacs that displays your GitHub notifications unread count in mode-line. It checks the GitHub Notifications API every minute.

Usage

M-x github-notifier-mode

If you want to call it from lisp (i.e., (github-notifier-mode 1)), make sure github-notifier-token has been set up FIRSTLY, consult its doc-string to learn how to generate an access token.