summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-eww.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2023-02-19 02:22:44 +0000
committerjao <jao@gnu.org>2023-02-19 02:22:44 +0000
commit3afc62326bf8d87fcd7b3d6703d78081bce39388 (patch)
tree7374a77215fd3d06d7617865d9b6f69158fa9452 /custom/jao-custom-eww.el
parent8552474a0b2811e87cd6199bc68bd2679336620b (diff)
downloadelibs-3afc62326bf8d87fcd7b3d6703d78081bce39388.tar.gz
elibs-3afc62326bf8d87fcd7b3d6703d78081bce39388.tar.bz2
nits
Diffstat (limited to 'custom/jao-custom-eww.el')
-rw-r--r--custom/jao-custom-eww.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/jao-custom-eww.el b/custom/jao-custom-eww.el
index 0e77feb..c81004e 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)