From 25651618ebc73513d4d220f746c21b335dbc3b55 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Fri, 10 Aug 2018 11:23:08 +0200 Subject: [PATCH] Emacs: fix for password retrival in elfeed-protocol --- emacs/emacs.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs/emacs.el b/emacs/emacs.el index 695116a..d577676 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -1117,7 +1117,8 @@ signature-file is the path to the file which contains the signature." (nth 0 (auth-source-search :host "cloud.mmk2410.org" - :user "mmk2410")) + :user "mmk2410" + :require '(:secret))) :secret))))) (elfeed-protocol-enable))