From: Lars Ingebrigtsen Date: Sun, 17 Apr 2022 10:39:41 +0000 (+0200) Subject: Fix instructions on how to enable password-store X-Git-Tag: emacs-29.0.90~1931^2~468 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6019ca9dd20825fe6645419d775f9113c44f9309;p=emacs.git Fix instructions on how to enable password-store * doc/misc/auth.texi (Help for users): Give the correct instructions on how to enable password store (bug#30900). --- diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi index c2a9aa44371..829d7f4fa03 100644 --- a/doc/misc/auth.texi +++ b/doc/misc/auth.texi @@ -191,7 +191,7 @@ get fancy, the default and simplest configuration is: (setq auth-sources '("secrets:Login")) ;;; use pass (@file{~/.password-store}) ;;; (@pxref{The Unix password store}) -(setq auth-sources '(password-store)) +(auth-source-pass-enable) ;;; JSON data in format [@{ "machine": "SERVER", ;;; "login": "USER", "password": "PASSWORD" @}...] (setq auth-sources '("~/.authinfo.json.gpg"))