From f11b804dbd11c6288b7847dd3ef0551323392747 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 31 Jul 2022 03:57:30 +0100 Subject: nits --- custom/jao-custom-email.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'custom/jao-custom-email.el') diff --git a/custom/jao-custom-email.el b/custom/jao-custom-email.el index c985917..b7f7e69 100644 --- a/custom/jao-custom-email.el +++ b/custom/jao-custom-email.el @@ -229,7 +229,8 @@ (defun jao-shr-html-renderer (handle) (let (;; (shr-use-fonts t) ;; (shr-use-colors t) - (shr-width 130)) + (fill-column 100) + (shr-width fill-column)) (mm-shr handle))) ;; (setq mm-text-html-renderer #'jao-w3m-html-renderer) -- cgit v1.2.3