From d190f7af80de2051fae1ffc8a65560013c113e3e Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 28 May 2023 17:45:28 +0200 Subject: [PATCH] Do not enable `auth-source-pass` by default When logging in via TRAMP and sudo, the root password is transmitted automatically. This does not feel right to me, so let's not enable `auth-source-pass` for now. --- init.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/init.el b/init.el index effb1cf..7a76132 100644 --- a/init.el +++ b/init.el @@ -435,9 +435,7 @@ (use-package auth-source :init (setq auth-sources '("~/.authinfo.gpg") - auth-source-save-behavior nil) - :config (progn - (auth-source-pass-enable))) + auth-source-save-behavior nil)) (use-package browser-url :init (setq browse-url-browser-function 'browse-url-generic