From 7ea6f4969c2dea09ff8f2c26b5309da6c22d9b8e Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 15 Oct 2025 19:21:43 +0100 Subject: wee tweaks --- custom/jao-custom-eww.el | 4 ++-- custom/jao-custom-gnus.el | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'custom') diff --git a/custom/jao-custom-eww.el b/custom/jao-custom-eww.el index a6fb342..221f442 100644 --- a/custom/jao-custom-eww.el +++ b/custom/jao-custom-eww.el @@ -245,8 +245,8 @@ (prog1 (apply fn args) (when (and p (> (point) p)) (jao-shr--kill-nl p))))) -(advice-add 'shr-tag-img :around #'jao-shr-tag-img) -(advice-add 'shr-insert :around #'jao-shr-insert) +;; (advice-add 'shr-tag-img :around #'jao-shr-tag-img) +;; (advice-add 'shr-insert :around #'jao-shr-insert) ;; (advice-remove 'shr-tag-img #'jao-shr-tag-img) ;; (advice-remove 'shr-insert #'jao-shr-insert) diff --git a/custom/jao-custom-gnus.el b/custom/jao-custom-gnus.el index dc729ce..bc39f5b 100644 --- a/custom/jao-custom-gnus.el +++ b/custom/jao-custom-gnus.el @@ -523,6 +523,7 @@ (setq gnus-single-article-buffer nil) (setq gnus-article-update-lapsed-header 60) (setq gnus-article-update-date-headers 60) +(setq gnus-article-truncate-lines t) (with-eval-after-load "gnus-art" (setq gnus-visible-headers -- cgit v1.2.3