From 4e06cdd791c76a1fd48d5b3fab7fdd9714456029 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 20 Oct 2024 20:22:22 +0200 Subject: [PATCH] Sort elfeed by oldest first, tweak filter --- emacs/emacs.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emacs/emacs.el b/emacs/emacs.el index 1258c2b..8376331 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -156,4 +156,6 @@ (elfeed-protocol-enable) (setq elfeed-protocol-feeds '(("fever+https://alex@miniflux.pdp7.net" :api-url "https://miniflux.pdp7.net/fever/" - :password-file "~/.miniflux.fever.pw")))) + :password-file "~/.miniflux.fever.pw"))) + (setq-default elfeed-search-filter "+unread ") + (setq-default elfeed-sort-order 'ascending)) -- 2.47.3