Install the github-notifier package

Now that I can store my passwords encrypted, I can use this again!
This commit is contained in:
Gergely Polonkai 2016-11-18 14:42:13 +01:00
parent a68d635a05
commit 43d7cc74b0
3 changed files with 7 additions and 0 deletions

View File

@ -67,6 +67,7 @@
git-messenger
git-timemachine
gitconfig-mode
github-notifier
gitignore-mode
gitlab
gnugo

Binary file not shown.

View File

@ -948,6 +948,12 @@
(gpolonkai/idm-get-id-for-account "WikEmacs")
(gpolonkai/idm-get-password-for-account "WikEmacs"))))
(use-package github-notifier
:ensure t
:config
(setq github-notifier-token (gpolonkai/idm-get-password-for-account "GitHub"))
(github-notifier-mode))
;; `c-mode' settings
(add-hook 'c-mode-common-hook
(lambda ()