summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-email.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-08-04 01:08:23 +0100
committerjao <jao@gnu.org>2022-08-04 01:08:23 +0100
commitf7446555b2410a03b35c1c343574c411676bb785 (patch)
tree176575b4d60391a12bf82fdd4960a85421d0e9a3 /custom/jao-custom-email.el
parent2b778af1a7f07620ae1e277ee7fb2d588b905b48 (diff)
downloadelibs-f7446555b2410a03b35c1c343574c411676bb785.tar.gz
elibs-f7446555b2410a03b35c1c343574c411676bb785.tar.bz2
html message widths settings for emacs 28
Diffstat (limited to 'custom/jao-custom-email.el')
-rw-r--r--custom/jao-custom-email.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/custom/jao-custom-email.el b/custom/jao-custom-email.el
index b7f7e69..a7fc8e0 100644
--- a/custom/jao-custom-email.el
+++ b/custom/jao-custom-email.el
@@ -227,9 +227,7 @@
(mm-shr handle))))))
(defun jao-shr-html-renderer (handle)
- (let (;; (shr-use-fonts t)
- ;; (shr-use-colors t)
- (fill-column 100)
+ (let ((fill-column nil)
(shr-width fill-column))
(mm-shr handle)))