diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-email.el | 3 | ||||
-rw-r--r-- | custom/jao-custom-eww.el | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/custom/jao-custom-email.el b/custom/jao-custom-email.el index c985917..b7f7e69 100644 --- a/custom/jao-custom-email.el +++ b/custom/jao-custom-email.el @@ -229,7 +229,8 @@ (defun jao-shr-html-renderer (handle) (let (;; (shr-use-fonts t) ;; (shr-use-colors t) - (shr-width 130)) + (fill-column 100) + (shr-width fill-column)) (mm-shr handle))) ;; (setq mm-text-html-renderer #'jao-w3m-html-renderer) diff --git a/custom/jao-custom-eww.el b/custom/jao-custom-eww.el index e51cfe6..6902285 100644 --- a/custom/jao-custom-eww.el +++ b/custom/jao-custom-eww.el @@ -113,7 +113,7 @@ (shr-max-width 130) (shr-blocked-images nil) (shr-inhibit-images t) - (shr-max-image-proportion 1.0) + (shr-max-image-proportion 0.8) (shr-hr-line ?―))) (use-package eww |