diff options
author | fpi | 2020-04-09 16:39:31 +0200 |
---|---|---|
committer | fpi | 2020-04-09 16:41:31 +0200 |
commit | 1537ca57df4901d0972bab2a18a56e65175121d3 (patch) | |
tree | f8fa77060492c5e55e60c49c292e2db7cd7b94e1 | |
parent | Update symlinks (diff) |
Add nnreddit backend
-rw-r--r-- | gnus.org | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -95,6 +95,12 @@ See [[info:gnus#Window Layout][info:gnus#Window Layout]]. (setq gnus-summary-line-format "%U%R%z%I%(%[ %d : %-23,23f %]%) %s ") #+end_src +** nnreddit +#+begin_src emacs-lisp +(use-package nnreddit + :ensure t) +(add-to-list 'gnus-secondary-select-methods '(nnreddit "")) +#+end_src ** Demon Background fetching for gnus. See the manual and [[https://www.emacswiki.org/emacs/GnusDemon][emacswiki]]. #+begin_src emacs-lisp |