summaryrefslogtreecommitdiff
path: root/content/2023
diff options
context:
space:
mode:
Diffstat (limited to 'content/2023')
-rw-r--r--content/2023/moving-my-rss-reading-to-emacs-with-elfeed.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/content/2023/moving-my-rss-reading-to-emacs-with-elfeed.md b/content/2023/moving-my-rss-reading-to-emacs-with-elfeed.md
index de5bff44..a698153b 100644
--- a/content/2023/moving-my-rss-reading-to-emacs-with-elfeed.md
+++ b/content/2023/moving-my-rss-reading-to-emacs-with-elfeed.md
@@ -11,7 +11,7 @@ tags:
- RSS
- newsboat
---
-Since Emacs became my [shell of choice](/2023/emacs-as-a-shell/), I am abandoning more and more dedicated applications in favor of different packages. As it turns out, Emacs packages are very feature rich. This time: I moved my RSS reading from [newsboat](https://newsboat.org/) to [elfeed](https://github.com/skeeto/elfeed).
+Since Emacs became my shell of choice[^1], I am abandoning more and more dedicated applications in favor of different packages. As it turns out, Emacs packages are very feature rich. This time: I moved my RSS reading from newsboat[^2] to elfeed[^3].
Elfeed has very simple keybindings:
- g will refresh the items list
@@ -19,7 +19,7 @@ Elfeed has very simple keybindings:
- r will mark currently selected item is read (remove unread tag)
- b will open item in the browser
-The "r" key messes with my muscle memory, as [notmuch](/tags/notmuch/) uses "ku" for the same action while "r" will start composing a reply.
+The "r" key messes with my muscle memory, as notmuch[^4] uses "ku" for the same action while "r" will start composing a reply.
One huge upside of elfeed compared to newsboat is image support. Emacs is a GUI application, so all images are present in their glory!
@@ -53,9 +53,14 @@ Now, each new article will be tagged with matching tags. Elfeed allows to define
elfeed-search-face-alist)
```
-Now important items will be dark red, while company & news will be dark gray (please note that my elisp-fu not good).
+Now important items will be dark red, while company & news will be dark gray[^5]
{{<img-center "elfeed-list.png" "No important things to read at this moment.">}}
Elfeed has a few packages expanding its functionality, but I found the default behavior to be exactly right.
+[^1]: [Emacs as a Shell](/2023/emacs-as-a-shell/)
+[^2]: [Newsboat homepage](https://newsboat.org/)
+[^3]: [Elfeed repository on Github](https://github.com/skeeto/elfeed)
+[^4]: [Posts tagged about notmuch](https://d-s.sh/tags/notmuch)
+[^5]: my elisp-foo not good