X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/92bbb7aab082f4a6c2aacfcb3995c21466a95835..b98dbb3d62bdaae2911af751e8ad55af4135b4c6:/.emacs.d/init.el diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 422930e..fb7fa05 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -490,6 +490,11 @@ For disabling the behaviour for certain buffers and/or modes." :custom ((epg-gpg-program (executable-find "gpg")))) +(use-feature auth-source + :custom + (auth-sources '("~/.authinfo.gpg")) + (authinfo-hidden (regexp-opt '("password" "client-secret" "token")))) + ;;; General bindings