aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
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 906ec3e5..760abf8b 100644
--- a/emacs/emacs.el
+++ b/emacs/emacs.el
@@ -162,4 +162,5 @@
:password-file "~/.miniflux.fever.pw")))
(setq-default elfeed-search-filter "+unread ")
(setq-default elfeed-sort-order 'ascending)
- (setq elfeed-protocol-fever-update-unread-only nil))
+ (setq elfeed-protocol-fever-update-unread-only nil)
+ (setopt elfeed-search-title-max-width 140))