2.6 KiB
2.6 KiB
app/rss
Description
- Read RSS feeds in comfort of DOOM (emacs)
Maintainers
This module has no dedicated maintainers.
Module Flags
-
+org
to enableelfeed-org
to useorg-directory/elfeed.org
- With elfeed-org you can easily organize your feeds as you want and tag them too.
Plugins
- elfeed
-
+org
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-update–force
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 whereelfeed-org
starts to read. - You can have subheaders as in example
:programming:
, andelfeed-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 |
---|