From d429454f795b192d1b37b4623e138ff8c06695ef Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 10 May 2021 00:33:14 +0100 Subject: gnus' gravitational pull is strong --- eww.org | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'eww.org') diff --git a/eww.org b/eww.org index cc15fce..7bac07d 100644 --- a/eww.org +++ b/eww.org @@ -25,10 +25,10 @@ (defun jao-eww-html-renderer (handle) (let ((shr-use-colors nil) (shr-use-fonts nil) - (mm-html-blocked-images nil) + ;; (mm-html-blocked-images nil) (fill-column (min (window-width) 110))) (mm-shr handle))) - ;; (setq mm-text-html-renderer 'jao-eww-html-renderer) + (setq mm-text-html-renderer 'jao-eww-html-renderer) #+end_src * Buffer names #+begin_src emacs-lisp @@ -71,14 +71,12 @@ #+end_src * Images - #+begin_src emacs-lisp (defun jao-eww-next-image () (interactive nil eww-mode) (when-let (p (text-property-search-forward 'image-displayer nil nil t)) (goto-char (prop-match-beginning p)))) #+end_src - * Close page and reopen #+begin_src emacs-lisp @@ -191,6 +189,7 @@ (shr-use-fonts nil) (shr-max-width 130) (shr-blocked-images ".*") + (shr-inhibit-images t) (shr-max-image-proportion 0.9)) :config -- cgit v1.2.3