emacs: update packages
[~bandali/configs] / .emacs.d / init.el
index fb7fa05..0577716 100644 (file)
@@ -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"))
+
 \f
 ;;; Email (with Gnus)