Install the github-notifier package
Now that I can store my passwords encrypted, I can use this again!
This commit is contained in:
parent
a68d635a05
commit
43d7cc74b0
@ -67,6 +67,7 @@
|
||||
git-messenger
|
||||
git-timemachine
|
||||
gitconfig-mode
|
||||
github-notifier
|
||||
gitignore-mode
|
||||
gitlab
|
||||
gnugo
|
||||
|
BIN
idm-db.gpg
BIN
idm-db.gpg
Binary file not shown.
6
init.el
6
init.el
@ -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 ()
|
||||
|
Loading…
Reference in New Issue
Block a user