diff options
author | jao <jao@gnu.org> | 2024-04-11 17:52:41 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2024-04-11 17:52:41 +0100 |
commit | 6f9a2f88da45c9cd252db698fbc7962bd4618a58 (patch) | |
tree | bb79c288241a29b49557ba29724a16db290000c8 /custom/jao-custom-eww.el | |
parent | 1f4a7ef693562034098256647c19b9f5dab56889 (diff) | |
download | elibs-6f9a2f88da45c9cd252db698fbc7962bd4618a58.tar.gz elibs-6f9a2f88da45c9cd252db698fbc7962bd4618a58.tar.bz2 |
nits
Diffstat (limited to 'custom/jao-custom-eww.el')
-rw-r--r-- | custom/jao-custom-eww.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/jao-custom-eww.el b/custom/jao-custom-eww.el index 6aeeada..0409fc5 100644 --- a/custom/jao-custom-eww.el +++ b/custom/jao-custom-eww.el @@ -23,8 +23,8 @@ ;;; multipart html renderer (defun jao-shr-html-renderer (handle) (let ((fill-column nil) - (shr-width 160) - (shr-max-width 160)) + (shr-width 150) + (shr-max-width 150)) (mm-shr handle))) (setq mm-text-html-renderer #'jao-shr-html-renderer) |