emacs/var/elfeed/db/data/cd/cdd3cdae288e78fe3cd0f071659261116307f635
2022-01-03 12:49:32 -06:00

19 lines
1.6 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<p><a href="https://github.com/skeeto/elfeed">elfeed</a> is awesome!</p>
<p>I <a href="https://junjizhi.com/til/2021/10/07/elfeed-rss/">blogged</a> about how I use elfeed to manage all my RSS feeds and read them in the distractionless Emacs window.</p>
<p>This post is about setting up elfeed.</p>
<p>In Doom Emacs. You just <a href="https://github.com/hlissner/doom-emacs/tree/develop/modules/app/rss">enable/uncomment</a> the <code class="language-plaintext highlighter-rouge">rss</code> app in <code class="language-plaintext highlighter-rouge">init.el</code>, and configure the RSS sources either with the <code class="language-plaintext highlighter-rouge">(setq elfeed-feeds ...)</code> directly, or with <code class="language-plaintext highlighter-rouge">+org</code> and configure in <code class="language-plaintext highlighter-rouge">~/org/elfeed.org</code> (I preferred the latter).</p>
<p>If you are not in Doom Emacs, follow <a href="https://github.com/skeeto/elfeed">elfeed doc</a> to set it up. Their README is straight forward.</p>
<p>The usage is simple:</p>
<p><img alt="2021-10-06 21 28 59" src="https://user-images.githubusercontent.com/2715151/136307315-6442d308-2cdf-4a08-96d7-b86b3f2b8d44.gif" /></p>
<p>You can do instant search by pressing the <code class="language-plaintext highlighter-rouge">s</code> key, read a feed by pressing enter, or mark a feed as read, and press <code class="language-plaintext highlighter-rouge">g</code> to refresh the list.</p>
<p>One quirk I learned is that, elfeed dont really delete your feed. If you dont want to see them as again, just mark the feed as read, and refresh.</p>
<p>Happy reading!</p>