aboutsummaryrefslogtreecommitdiff
path: root/emacs/emacs.el
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2024-10-23 19:40:14 +0200
committeralexpdp7 <alex@corcoles.net>2024-10-23 19:41:06 +0200
commitd03acf794ffff5a5e7409c9836dc3cfd25a52c65 (patch)
tree0ff6abee6eb7d921291bb6b25c268cba7635f1fd /emacs/emacs.el
parente45d42cd48e6d9ab1dd7a9ae44c0f60f68b097f6 (diff)
Make elfeed titles wider
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 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))