summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-eww.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2024-03-12 00:56:47 +0000
committerjao <jao@gnu.org>2024-03-12 00:58:26 +0000
commit58b549e729ede1017726c6efc0d94ae2a97a28e8 (patch)
tree96cbde13fea7116d3e6b1550bb435d6fca69aa7d /custom/jao-custom-eww.el
parenta3a3c31a41b7b86ce2e4f6b22a8e5abe086dfdf2 (diff)
downloadelibs-58b549e729ede1017726c6efc0d94ae2a97a28e8.tar.gz
elibs-58b549e729ede1017726c6efc0d94ae2a97a28e8.tar.bz2
three columns for eww workspace
Diffstat (limited to 'custom/jao-custom-eww.el')
-rw-r--r--custom/jao-custom-eww.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/custom/jao-custom-eww.el b/custom/jao-custom-eww.el
index 4dcb1bc..13dd223 100644
--- a/custom/jao-custom-eww.el
+++ b/custom/jao-custom-eww.el
@@ -23,7 +23,8 @@
;;; multipart html renderer
(defun jao-shr-html-renderer (handle)
(let ((fill-column nil)
- (shr-width fill-column))
+ (shr-width nil)
+ (shr-max-width 160))
(mm-shr handle)))
(setq mm-text-html-renderer #'jao-shr-html-renderer)
@@ -118,7 +119,7 @@
:custom ((shr-width nil)
(shr-use-colors t)
(shr-use-fonts nil)
- (shr-max-width 130)
+ (shr-max-width 80)
(shr-blocked-images nil)
(shr-inhibit-images t)
(shr-max-image-proportion 0.8)