diff options
| -rw-r--r-- | emacs/emacs.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el index 1258c2b5..83763313 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)) |
