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.
This commit is contained in:
Daniel - 2023-05-28 17:45:28 +02:00
parent 9ff7c848a1
commit d190f7af80
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 1 additions and 3 deletions

View File

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