Fix github-notifier config
If it doesn’t load *after* id-manager, it can’t get the token.
This commit is contained in:
2
init.el
2
init.el
@@ -950,6 +950,8 @@
|
|||||||
|
|
||||||
(use-package github-notifier
|
(use-package github-notifier
|
||||||
:ensure t
|
:ensure t
|
||||||
|
:after
|
||||||
|
id-manager
|
||||||
:config
|
:config
|
||||||
(setq github-notifier-token (gpolonkai/idm-get-password-for-account "GitHub"))
|
(setq github-notifier-token (gpolonkai/idm-get-password-for-account "GitHub"))
|
||||||
(github-notifier-mode))
|
(github-notifier-mode))
|
||||||
|
Reference in New Issue
Block a user