aboutsummaryrefslogtreecommitdiff
path: root/emacs/emacs.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/emacs.el')
-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))