aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2024-10-22 00:02:33 +0200
committeralexpdp7 <alex@corcoles.net>2024-10-22 00:03:21 +0200
commit5ce131d1403d566fd4a2b77dafe0d9f33cef8dd9 (patch)
treef2ea969ffd1e523b30e50e63253931fc88b231e1 /emacs
parent4e06cdd791c76a1fd48d5b3fab7fdd9714456029 (diff)
Fix elfeed mark as read
Diffstat (limited to 'emacs')
-rw-r--r--emacs/emacs.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el
index 83763313..c40bf4f9 100644
--- a/emacs/emacs.el
+++ b/emacs/emacs.el
@@ -158,4 +158,5 @@
:api-url "https://miniflux.pdp7.net/fever/"
:password-file "~/.miniflux.fever.pw")))
(setq-default elfeed-search-filter "+unread ")
- (setq-default elfeed-sort-order 'ascending))
+ (setq-default elfeed-sort-order 'ascending)
+ (setq elfeed-protocol-fever-update-unread-only nil))