19 lines
1.6 KiB
Plaintext
19 lines
1.6 KiB
Plaintext
<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 don’t really delete your feed. If you don’t want to see them as again, just mark the feed as read, and refresh.</p>
|
||
|
||
<p>Happy reading!</p> |