Fix github-notifier config

If it doesn’t load *after* id-manager, it can’t get the token.
This commit is contained in:
Gergely Polonkai 2016-11-18 15:20:40 +01:00
parent 0b559b88c3
commit 26a7641a6a
1 changed files with 2 additions and 0 deletions

View File

@ -950,6 +950,8 @@
(use-package github-notifier
:ensure t
:after
id-manager
:config
(setq github-notifier-token (gpolonkai/idm-get-password-for-account "GitHub"))
(github-notifier-mode))