Automatically retrieve passwords from password-store when available

This saves typing time.
This commit is contained in:
Daniel - 2023-04-30 12:26:34 +02:00
parent b67a920780
commit 8df66edf25
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 3 additions and 1 deletions

View File

@ -435,7 +435,9 @@
(use-package auth-sources
:init (setq auth-sources '("~/.authinfo.gpg")
auth-source-save-behavior nil))
auth-source-save-behavior nil)
:config (progn
(auth-source-pass-enable)))
(use-package browser-url
:init (setq browse-url-browser-function 'browse-url-generic