diff options
| author | jao <jao@gnu.org> | 2025-11-05 00:01:39 +0000 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2025-11-05 00:02:35 +0000 |
| commit | 650c2c8ed2ac024098344ef546949953c32f37cd (patch) | |
| tree | 4cb6c9d19868dc4cba7b6c016d37050a645cf375 /custom/jao-custom-eww.el | |
| parent | bb3be288b98c9b5f256afbeb550f92af7de0f3e4 (diff) | |
| download | elibs-650c2c8ed2ac024098344ef546949953c32f37cd.tar.gz elibs-650c2c8ed2ac024098344ef546949953c32f37cd.tar.bz2 | |
quick access to sieve-manage
Diffstat (limited to 'custom/jao-custom-eww.el')
| -rw-r--r-- | custom/jao-custom-eww.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |
