authinfo: Configure the default authinfo file

Configure `auth-source` to be per default `~/.authinfo.gpg`.
This commit is contained in:
finga 2024-05-27 13:50:18 +02:00
parent 31ea69ffce
commit 4e68d2b48b

View file

@ -82,3 +82,7 @@
;; configure theme
(custom-set-variables
'(custom-enabled-themes (quote (tango-dark))))
;; configur authinfo file
(setq auth-sources
'((:source "~/.authinfo.gpg")))