diff options
| -rw-r--r-- | init.el | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -329,7 +329,7 @@          auth-sources '("~/.emacs.d/authinfo.gpg" "~/.netrc"))    :config    (add-to-list 'auth-source-protocols '(local "local")) -  (jao-when-darwin (add-to-list 'auth-sources 'macos-keychain-generic))) +  (jao-when-darwin (add-to-list 'auth-sources 'macos-keychain-generic t)))  (use-package epa-file    :demand t  | 
