summaryrefslogtreecommitdiffhomepage
path: root/custom
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-08-08 23:49:31 +0100
committerjao <jao@gnu.org>2022-08-08 23:49:31 +0100
commita0e2b5ac4495bf5f317fd8efd557bb2faa19c36d (patch)
treef0922f43e9179b103625519b58ac3d68eca2fa0b /custom
parenta4e46d00f907a559ec880befcd4f3fd82bda5cfc (diff)
downloadelibs-a0e2b5ac4495bf5f317fd8efd557bb2faa19c36d.tar.gz
elibs-a0e2b5ac4495bf5f317fd8efd557bb2faa19c36d.tar.bz2
wasn't emacs-w3m really nice(r)?
Diffstat (limited to 'custom')
-rw-r--r--custom/jao-custom-w3m.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/jao-custom-w3m.el b/custom/jao-custom-w3m.el
index af4b0be..fb0e89f 100644
--- a/custom/jao-custom-w3m.el
+++ b/custom/jao-custom-w3m.el
@@ -30,8 +30,7 @@
(condition-case nil
(mm-inline-text-html-render-with-w3m handle)
(error (delete-region (point) (point-max))
- (let ((shr-use-fonts nil)
- (shr-use-colors nil))
+ (let ((shr-use-fonts nil))
(mm-shr handle))))))
(setq mm-text-html-renderer #'jao-w3m-html-renderer)
@@ -166,6 +165,7 @@
("D" . w3m-download)
("f" . w3m-lnum-follow)
("v" . jao-view-video)
+ ("q" . w3m-delete-buffer)
("w" . org-w3m-copy-for-org-mode)
("x" . jao-rss-subscribe)
("y" . w3m-print-current-url))))