Emacs: fix for password retrival in elfeed-protocol
This commit is contained in:
parent
9ca366e403
commit
25651618eb
1 changed files with 2 additions and 1 deletions
|
@ -1117,7 +1117,8 @@ signature-file is the path to the file which contains the signature."
|
||||||
(nth 0
|
(nth 0
|
||||||
(auth-source-search
|
(auth-source-search
|
||||||
:host "cloud.mmk2410.org"
|
:host "cloud.mmk2410.org"
|
||||||
:user "mmk2410"))
|
:user "mmk2410"
|
||||||
|
:require '(:secret)))
|
||||||
:secret)))))
|
:secret)))))
|
||||||
(elfeed-protocol-enable))
|
(elfeed-protocol-enable))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue