diff options
-rw-r--r-- | init.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |