From f662141e6c4b22742b32ec432f4527d222425728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20M=2E=20Sapka?= Date: Sat, 6 May 2023 23:22:39 +0200 Subject: feat: footnote extravaganza --- content/2023/moving-my-rss-reading-to-emacs-with-elfeed.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 cdbf532..82f320f 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 @@ -16,10 +16,9 @@ Since Emacs became my shell of choice[^1], I am abandoning more and more dedicat Elfeed has very simple keybindings: - g will refresh the items list - G will refresh the items list and fetch new items -- r will mark currently selected item is read (remove unread tag) +- r will mark currently selected item is read (remove unread tag)[^4] - b will open item in the browser -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! @@ -32,7 +31,7 @@ My setup is near stock. I have a few dozen feeds that are auto-tagged. Three ess ("https://www.pine64.org/feed/" company) ``` -Now, each new article will be tagged with matching tags. Elfeed allows to define of custom faces that will be applied to items matching tag: +Now, each new article will be tagged with matching tags. Elfeed allows to define of custom faces that will be applied to items matching tag[^6]: ``` (defface important-elfeed-entry @@ -53,7 +52,7 @@ 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[^5] +Now important items will be dark red, while company & news will be dark gray {{}} @@ -62,5 +61,6 @@ Elfeed has a few packages expanding its functionality, but I found the default b [^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-fu not good +[^4]: The "r" key messes with my muscle memory, as notmuch[^5] uses "ku" for the same action while "r" will start composing a reply. +[^5]: [Posts tagged about notmuch](https://d-s.sh/tags/notmuch) +[^6]: my elisp-fu not good -- cgit v1.2.3