From 30914c614a158ec328c13b74e6467b5c70722bd6 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 18 Mar 2021 06:06:12 +0100 Subject: [PATCH] Get WikEmacs password from password-store instead of id-manager --- configuration.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.org b/configuration.org index 7c3a30f..ce833f9 100644 --- a/configuration.org +++ b/configuration.org @@ -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