summaryrefslogtreecommitdiffhomepage
path: root/eww.org
diff options
context:
space:
mode:
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)