summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-eww.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2024-03-21 21:54:38 +0000
committerjao <jao@gnu.org>2024-03-21 21:54:38 +0000
commit72a576075bb04f2a9978ff7c0414e26eec5f3ae3 (patch)
tree4c0c3984501e80d2e4316833fe2549c5911526ca /custom/jao-custom-eww.el
parent98a2358f6f1fb0a5ebedfec1af3733417639da1a (diff)
downloadelibs-72a576075bb04f2a9978ff7c0414e26eec5f3ae3.tar.gz
elibs-72a576075bb04f2a9978ff7c0414e26eec5f3ae3.tar.bz2
nits
Diffstat (limited to 'custom/jao-custom-eww.el')
-rw-r--r--custom/jao-custom-eww.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/jao-custom-eww.el b/custom/jao-custom-eww.el
index 13dd223..507069f 100644
--- a/custom/jao-custom-eww.el
+++ b/custom/jao-custom-eww.el
@@ -23,7 +23,7 @@
;;; multipart html renderer
(defun jao-shr-html-renderer (handle)
(let ((fill-column nil)
- (shr-width nil)
+ (shr-width 160)
(shr-max-width 160))
(mm-shr handle)))
@@ -119,7 +119,7 @@
:custom ((shr-width nil)
(shr-use-colors t)
(shr-use-fonts nil)
- (shr-max-width 80)
+ (shr-max-width 160)
(shr-blocked-images nil)
(shr-inhibit-images t)
(shr-max-image-proportion 0.8)