X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/b98dbb3d62bdaae2911af751e8ad55af4135b4c6..926d8456ad069f6e26a925476a727c35ed8adceb:/.emacs.d/init.el diff --git a/.emacs.d/init.el b/.emacs.d/init.el index fb7fa05..0577716 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1980,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)