From d03acf794ffff5a5e7409c9836dc3cfd25a52c65 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 23 Oct 2024 19:40:14 +0200 Subject: [PATCH] Make elfeed titles wider --- emacs/emacs.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs/emacs.el b/emacs/emacs.el index 906ec3e..760abf8 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)) -- 2.47.3