From b017a1f12f0de76e9771fa9de5698e43e47af08c Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 3 Jul 2017 16:23:26 -0400 Subject: Add custom notmuch-tree-from-show-current-query command --- init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'init.el') 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)) -- cgit v1.2.3