summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-07-03 16:23:26 -0400
committerKyle Meyer <kyle@kyleam.com>2017-07-03 16:40:00 -0400
commitb017a1f12f0de76e9771fa9de5698e43e47af08c (patch)
tree32e9bd185cc3f896e6698171c6a3810975b2ee46 /init.el
parent3e0155f4827c89b8c4fbc4878b147e7bf247ec30 (diff)
downloademacs.d-b017a1f12f0de76e9771fa9de5698e43e47af08c.tar.gz
Add custom notmuch-tree-from-show-current-query command
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 d5804c8..7193e92 100644
--- a/init.el
+++ b/init.el
@@ -2171,6 +2171,9 @@
#'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-mode-map
+ [remap notmuch-tree-from-show-current-query]
+ #'km/notmuch-tree-from-show-current-query)
(define-key notmuch-tree-mode-map [remap notmuch-show-pipe-message]
#'km/notmuch-show-pipe-message-to-project))