Fix github-notifier config
If it doesn’t load *after* id-manager, it can’t get the token.
This commit is contained in:
parent
0b559b88c3
commit
26a7641a6a
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))
|
||||||
|
Loading…
Reference in New Issue
Block a user