summaryrefslogtreecommitdiffhomepage
path: root/eww.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-04-18 02:55:22 +0100
committerjao <jao@gnu.org>2021-04-18 02:56:13 +0100
commit7d8344ac8af19d7a88c3547fa0ab8ced01135e86 (patch)
tree490eb7b83a077b59ac51f3ca7c0e7245d7d17173 /eww.org
parent8ea756c5d0ff541d33fb1be56d4c53a0b12f90e4 (diff)
downloadelibs-7d8344ac8af19d7a88c3547fa0ab8ced01135e86.tar.gz
elibs-7d8344ac8af19d7a88c3547fa0ab8ced01135e86.tar.bz2
email.org, with some notmuch fine-tuning
Diffstat (limited to 'eww.org')
-rw-r--r--eww.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/eww.org b/eww.org
index ee3096f..c668b04 100644
--- a/eww.org
+++ b/eww.org
@@ -25,6 +25,7 @@
(defun jao-eww-html-renderer (handle)
(let ((shr-use-colors nil)
(shr-use-fonts nil)
+ (mm-html-blocked-images nil)
(fill-column (min (window-width) 110)))
(mm-shr handle)))
(setq mm-text-html-renderer 'jao-eww-html-renderer)