Get WikEmacs password from password-store instead of id-manager
This commit is contained in:
parent
dc96bdc627
commit
30914c614a
@ -2079,8 +2079,8 @@ Toggle other windows for maximum focus. When focus is no longer needed, they ca
|
|||||||
(add-to-list 'mediawiki-site-alist
|
(add-to-list 'mediawiki-site-alist
|
||||||
'("WikEmacs"
|
'("WikEmacs"
|
||||||
"http://wikemacs.org/wiki/"
|
"http://wikemacs.org/wiki/"
|
||||||
(gpolonkai/idm-get-id-for-account "WikEmacs")
|
(password-store-get-field "wikemacs.org" "username")
|
||||||
(gpolonkai/idm-get-password-for-account "WikEmacs"))))
|
(password-store-get "wikemacs.org" "password"))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Display unread GitHub notification count in the mode line
|
** Display unread GitHub notification count in the mode line
|
||||||
|
Loading…
Reference in New Issue
Block a user