X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/92bbb7aab082f4a6c2aacfcb3995c21466a95835..926d8456ad069f6e26a925476a727c35ed8adceb:/.emacs.d/init.el diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 422930e..0577716 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 @@ -1975,6 +1980,13 @@ This function is intended for use with `ivy-ignore-buffers'." :config (eosd-start)) +(use-package nnreddit + :disabled + :demand + :after gnus + :custom + (nnreddit-python-command "python3")) + ;;; Email (with Gnus)