summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-10-27 23:47:14 -0400
committerKyle Meyer <kyle@kyleam.com>2017-10-28 12:54:52 -0400
commit0b511912860ce04ed674682ef9d141e899089ac6 (patch)
tree43c7447a1b2f92bd70a3bf60df07c0dd1540d43a /init.el
parentf10c16cfddab2a363eaf2e36bc81b40a0dae39b1 (diff)
downloademacs.d-0b511912860ce04ed674682ef9d141e899089ac6.tar.gz
Add custom notmuch-show-stash-git-send-email variant
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index 38c3ce6..d47e508 100644
--- a/init.el
+++ b/init.el
@@ -2197,6 +2197,8 @@
#'km/notmuch-show-pipe-part-to-project)
(define-key notmuch-show-mode-map [remap notmuch-show-pipe-message]
#'km/notmuch-show-pipe-message-to-project)
+ (define-key notmuch-show-stash-map [remap notmuch-show-stash-git-send-email]
+ #'km/notmuch-show-stash-git-send-email-debbugs)
(define-key notmuch-show-mode-map
[remap notmuch-tree-from-show-current-query]
#'km/notmuch-tree-from-show-current-query)