doomemacs/modules/app/rss/README.org
2020-05-12 18:42:00 +03:00

2.6 KiB
Raw Blame History

app/rss

Description

  • Read RSS feeds in comfort of DOOM (emacs)

Maintainers

This module has no dedicated maintainers.

Module Flags

  • +org to enable elfeed-org to use org-directory/elfeed.org

    • With elfeed-org you can easily organize your feeds as you want and tag them too.

Plugins

TODO 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 "")
  • If :editor evil +everywhere

    Key Description
    q elfeed-kill-buffer
    r elfeed-search-updateforce

Prerequisites

This module has no prerequisites.

TODO Features

Configuration

Without +org

When you don't want to use org mode to manage your elfeed feeds you can put your subscriptions to personal config.el file, ex:

(setq elfeed-feeds
      '("https://this-week-in-rust.org/rss.xml"
        "http://feeds.bbci.co.uk/news/rss.xml"))

With +org

When using +org flag then configuration is easier. You can use org-mode to configure feeds to follow.

* root :elfeed:
** Programming :programming:
*** [[https://this-week-in-rust.org/rss.xml][This Week in Rust]] :rust:
** News :news:
*** Top news :tops:
**** http://feeds.bbci.co.uk/news/rss.xml
  • Root of elfeed-org needs to have :elfeed: tag. This is where elfeed-org starts to read.
  • You can have subheaders as in example :programming:, and elfeed-org applies that tag to all subheader feeds.
  • You can "name" feeds as you please with org-mode org-insert-link and put name as you want into description.

Keybindings

Key Description

Troubleshooting