summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2023-04-17 04:50:32 +0100
committerjao <jao@gnu.org>2023-04-17 04:50:32 +0100
commitfec28e927d4ae26090bd7cba6a5e06abe4f3b922 (patch)
treee3f375df6d57d0d0d89f768c86c4c75f056f9b1b
parent0a9cef00af8f26dd69deeda5dcabba4e25733ab3 (diff)
downloadelibs-fec28e927d4ae26090bd7cba6a5e06abe4f3b922.tar.gz
elibs-fec28e927d4ae26090bd7cba6a5e06abe4f3b922.tar.bz2
allow use of w3m sans eww
-rw-r--r--init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.el b/init.el
index 3e9fb0c..630cacd 100644
--- a/init.el
+++ b/init.el
@@ -2626,8 +2626,8 @@
(setq-local scroll-margin 12))
(add-hook 'mastodon-mode-hook #'jao-mastodon--setup)
-
- :bind (:map eww-mode-map ("T" . jao-mastodon-toot-url)))
+ (with-eval-after-load "ewww"
+ (define-key eww-mode-map (kbd "T") #'jao-mastodon-toot-url)))
(defun jao-mastodon-toot-url ()
(interactive)