diff options
| author | EuAndreh <eu@euandre.org> | 2020-10-03 12:05:38 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2020-10-03 12:05:38 -0300 |
| commit | 12f0978c82b2ec6ec1383cb8191cdd9848ac0009 (patch) | |
| tree | 3b379c24e5fc80774e3f655521cfc60f064b6c7f | |
| parent | Emacs: Add back elfeed (diff) | |
| download | dotfiles-12f0978c82b2ec6ec1383cb8191cdd9848ac0009.tar.gz dotfiles-12f0978c82b2ec6ec1383cb8191cdd9848ac0009.tar.xz | |
spacemacs.el: Show unread articles on default elfeed search filter
| -rw-r--r-- | spacemacs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spacemacs.el b/spacemacs.el index d72024e3..b6a009e9 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -946,7 +946,7 @@ This is the place where most of your configurations should be done. Unless it is ledger-reports '(("cleared-balance" "%(binary) -f %(ledger-file) balance Assets Liabilities --cleared")) browse-url-browser-function 'browse-url-default-browser ;; 'eww-browse-url - elfeed-search-filter "@2020-01-01--0-day-ago +unread -news -high_volume " + elfeed-search-filter "@2020-01-01--0-day-ago -news -high_volume " auth-source-debug t |
