authinfo: Configure the default authinfo file
Configure `auth-source` to be per default `~/.authinfo.gpg`.
This commit is contained in:
parent
31ea69ffce
commit
4e68d2b48b
1 changed files with 4 additions and 0 deletions
|
@ -82,3 +82,7 @@
|
|||
;; configure theme
|
||||
(custom-set-variables
|
||||
'(custom-enabled-themes (quote (tango-dark))))
|
||||
|
||||
;; configur authinfo file
|
||||
(setq auth-sources
|
||||
'((:source "~/.authinfo.gpg")))
|
||||
|
|
Loading…
Reference in a new issue