[Misc] Set default value for ‘auth-sources’

This commit is contained in:
Daniel - 2019-04-28 11:25:11 +02:00
parent 2ce73e0a52
commit 22466b550c
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 2 additions and 1 deletions

View File

@ -328,7 +328,8 @@
initial-major-mode 'fundamental-mode
ring-bell-function #'ignore
garbage-collection-messages nil
load-prefer-newer nil) ; t breaks `org-reload'
load-prefer-newer nil ; t breaks `org-reload'
auth-sources '("~/.authinfo.gpg"))
(fset 'yes-or-no-p 'y-or-n-p)