From 3577153db7f9f53bcb1aa1b1f24a92536fae7cb7 Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 6 Sep 2023 14:59:33 +0100 Subject: eww: advice for better image rendering --- custom/jao-custom-eww.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom/jao-custom-eww.el b/custom/jao-custom-eww.el index c81004e..0e77feb 100644 --- a/custom/jao-custom-eww.el +++ b/custom/jao-custom-eww.el @@ -193,8 +193,8 @@ (prog1 (apply fn args) (when (and p (> (point) p)) (jao-shr--kill-nl p))))) -;; (advice-add 'shr-tag-img :around #'jao-shr-tag-img) -;; (advice-add 'shr-insert :around #'jao-shr-insert) +(advice-add 'shr-tag-img :around #'jao-shr-tag-img) +(advice-add 'shr-insert :around #'jao-shr-insert) ;;; . (provide 'jao-custom-eww) -- cgit v1.2.3