From: alex Date: Wed, 23 Oct 2024 17:40:14 +0000 (+0200) Subject: Make elfeed titles wider X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=d03acf794ffff5a5e7409c9836dc3cfd25a52c65;p=alex.git Make elfeed titles wider --- 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))