Get WikEmacs password from password-store instead of id-manager

This commit is contained in:
Gergely Polonkai 2021-03-18 06:06:12 +01:00
parent dc96bdc627
commit 30914c614a
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 2 additions and 2 deletions

View File

@ -2079,8 +2079,8 @@ Toggle other windows for maximum focus. When focus is no longer needed, they ca
(add-to-list 'mediawiki-site-alist
'("WikEmacs"
"http://wikemacs.org/wiki/"
(gpolonkai/idm-get-id-for-account "WikEmacs")
(gpolonkai/idm-get-password-for-account "WikEmacs"))))
(password-store-get-field "wikemacs.org" "username")
(password-store-get "wikemacs.org" "password"))))
#+END_SRC
** Display unread GitHub notification count in the mode line