summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-eww.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-10-06 18:53:17 +0100
committerjao <jao@gnu.org>2025-10-06 18:53:17 +0100
commit88d27fd007cd89f316c3db8c4e6e51dbb363afd4 (patch)
tree7a4796d65a6d76eb8c3ecf988cce14d46e5c7cfa /custom/jao-custom-eww.el
parentd5056c83de34fadd4ee8438240d6a115c5377877 (diff)
downloadelibs-88d27fd007cd89f316c3db8c4e6e51dbb363afd4.tar.gz
elibs-88d27fd007cd89f316c3db8c4e6e51dbb363afd4.tar.bz2
bbdb layout, gnus layouts
Diffstat (limited to 'custom/jao-custom-eww.el')
-rw-r--r--custom/jao-custom-eww.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/jao-custom-eww.el b/custom/jao-custom-eww.el
index c388437..a6fb342 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 150 (- (window-width) 10)))
+ (let* ((w (min 120 (- (window-width) 10)))
(fill-column nil)
(shr-width w)
(shr-max-width w))