From 650c2c8ed2ac024098344ef546949953c32f37cd Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 5 Nov 2025 00:01:39 +0000 Subject: quick access to sieve-manage --- custom/jao-custom-eww.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom/jao-custom-eww.el') diff --git a/custom/jao-custom-eww.el b/custom/jao-custom-eww.el index 221f442..dda2de9 100644 --- a/custom/jao-custom-eww.el +++ b/custom/jao-custom-eww.el @@ -24,7 +24,7 @@ ;;; multipart html renderer (defun jao-shr-html-renderer (handle) - (let* ((w (min 120 (- (window-width) 10))) + (let* ((w (min 10ai0 (- (window-width) 10))) (fill-column nil) (shr-width w) (shr-max-width w)) -- cgit v1.2.3