diff options
author | jao <jao@gnu.org> | 2025-10-15 19:21:43 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-10-15 19:21:43 +0100 |
commit | 7ea6f4969c2dea09ff8f2c26b5309da6c22d9b8e (patch) | |
tree | ad3de7bdb0dd4935bad381cdbf597a3dd04bcf49 /custom/jao-custom-eww.el | |
parent | 64160c0ee498c6b1c2b002fd8264e0dceec47d1e (diff) | |
download | elibs-7ea6f4969c2dea09ff8f2c26b5309da6c22d9b8e.tar.gz elibs-7ea6f4969c2dea09ff8f2c26b5309da6c22d9b8e.tar.bz2 |
wee tweaks
Diffstat (limited to 'custom/jao-custom-eww.el')
-rw-r--r-- | custom/jao-custom-eww.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/jao-custom-eww.el b/custom/jao-custom-eww.el index a6fb342..221f442 100644 --- a/custom/jao-custom-eww.el +++ b/custom/jao-custom-eww.el @@ -245,8 +245,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) ;; (advice-remove 'shr-tag-img #'jao-shr-tag-img) ;; (advice-remove 'shr-insert #'jao-shr-insert) |