From 5eba98ba3d9af687d55fcece605764907ce47fb2 Mon Sep 17 00:00:00 2001 From: Jim Anders Date: Tue, 19 May 2020 08:28:05 -0400 Subject: [PATCH] Update documentation for app/rss Update documentation to remove the default comments from the template. Also provide the appropriate _hack_ to get the default search filter working correctly. --- modules/app/rss/README.org | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/modules/app/rss/README.org b/modules/app/rss/README.org index 069b6170d..073456d1f 100644 --- a/modules/app/rss/README.org +++ b/modules/app/rss/README.org @@ -20,9 +20,7 @@ - [[#troubleshooting][Troubleshooting]] * Description -# A summary of what this module does. - -+ Read RSS feeds in comfort of DOOM (Emacs) ++ Read RSS feeds in the comfort of DOOM (Emacs) ** Maintainers This module has no dedicated maintainers. @@ -31,13 +29,16 @@ This module has no dedicated maintainers. + =+org= to enable ~elfeed-org~ to use ~org-directory/elfeed.org~ ** Plugins -# A list of linked plugins + [[https://github.com/skeeto/elfeed][elfeed]] + =+org= + [[https://github.com/remyhonig/elfeed-org][elfeed-org]] ** Hacks -+ By default setting ~elfeed-search-filter~ is set to ~@2-week-ago~ what makes only last 2 weeks visible, to change this you can ~(setq elfeed-search-filter "")~ ++ By default ~elfeed-search-filter~ is set to ~@2-weeks-ago~ and makes the last 2 weeks of entries visible. This needs to be set after elfeed has loaded like so in your ~config.el~ + #+begin_src elisp +(after! elfeed + (setq elfeed-search-filter "@1-month-ago +unread")) + #+end_src * Prerequisites This module has no prerequisites.