summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2018-12-09 14:42:50 -0500
committerKyle Meyer <kyle@kyleam.com>2018-12-09 14:44:07 -0500
commit989fb5f35574d51bad3faf359b60398c4bf93b89 (patch)
treebcc48f5e8989e6a1ea7625b4421b7c8658a8ace4 /init.el
parentfd8a06ca79a2f088a131f3830daee9f944516c50 (diff)
downloademacs.d-989fb5f35574d51bad3faf359b60398c4bf93b89.tar.gz
notmuch-show-mode-map: Bind km/notmuch-visit-url
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index a23fb12..525ce94 100644
--- a/init.el
+++ b/init.el
@@ -2158,6 +2158,9 @@
(define-key notmuch-show-mode-map "O" #'notmuch-show-reply-sender)
(define-key notmuch-show-mode-map "E" #'notmuch-show-resume-message)
+ (define-key notmuch-show-mode-map "B" #'notmuch-show-resend-message)
+ (define-key notmuch-show-mode-map "b" #'km/notmuch-visit-url)
+
(define-key notmuch-search-mode-map "o" #'notmuch-search-reply-to-thread)
(define-key notmuch-search-mode-map "O" #'notmuch-search-reply-to-thread-sender)
(define-key notmuch-search-mode-map (kbd "C-c C-s") #'notmuch-search-toggle-order)