From 421a27273377e16f3f457ba640b7fe8444e5caf9 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 5 Dec 2020 20:37:10 +0100 Subject: [PATCH] Do not ask for automatic password storage This can be annoying when used with ivy/helm. When the need to store passwords in the auth sources arises, we'll do it manually. --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 3f06e1b..5bcbc44 100644 --- a/init.el +++ b/init.el @@ -368,7 +368,8 @@ ring-bell-function #'ignore garbage-collection-messages nil load-prefer-newer nil ; t breaks `org-reload' - auth-sources '("~/.authinfo.gpg")) + auth-sources '("~/.authinfo.gpg") + auth-source-save-behavior nil) (fset 'yes-or-no-p 'y-or-n-p)