diff options
author | Kyle Meyer <kyle@kyleam.com> | 2018-12-09 14:42:50 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2018-12-09 14:44:07 -0500 |
commit | 989fb5f35574d51bad3faf359b60398c4bf93b89 (patch) | |
tree | bcc48f5e8989e6a1ea7625b4421b7c8658a8ace4 | |
parent | fd8a06ca79a2f088a131f3830daee9f944516c50 (diff) | |
download | emacs.d-989fb5f35574d51bad3faf359b60398c4bf93b89.tar.gz |
notmuch-show-mode-map: Bind km/notmuch-visit-url
-rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |