Emacs: fix for password retrival in elfeed-protocol

This commit is contained in:
Marcel Kapfer 2018-08-10 11:23:08 +02:00
parent 9ca366e403
commit 25651618eb
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 2 additions and 1 deletions

View File

@ -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))