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-messenger
|
||||||
git-timemachine
|
git-timemachine
|
||||||
gitconfig-mode
|
gitconfig-mode
|
||||||
|
github-notifier
|
||||||
gitignore-mode
|
gitignore-mode
|
||||||
gitlab
|
gitlab
|
||||||
gnugo
|
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-id-for-account "WikEmacs")
|
||||||
(gpolonkai/idm-get-password-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
|
;; `c-mode' settings
|
||||||
(add-hook 'c-mode-common-hook
|
(add-hook 'c-mode-common-hook
|
||||||
(lambda ()
|
(lambda ()
|
||||||
|
Loading…
Reference in New Issue
Block a user