diff options
author | Michał M. Sapka <michal@sapka.me> | 2023-05-06 23:22:39 +0200 |
---|---|---|
committer | Michał M. Sapka <michal@sapka.me> | 2023-05-06 23:22:39 +0200 |
commit | f662141e6c4b22742b32ec432f4527d222425728 (patch) | |
tree | 5172dafe00c733cfad622030c562b6a151ed2008 | |
parent | 5a876ed9e9d2dfb28a08a4fcfbd34df2647e18d5 (diff) |
feat: footnote extravaganza
-rw-r--r-- | content/2023/moving-my-rss-reading-to-emacs-with-elfeed.md | 12 |
1 files 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 {{<img-center "elfeed-list.png" "No important things to read at this moment.">}} @@ -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 |