From 1a9957171b78d31b8caeed64493d8e53c76da80d Mon Sep 17 00:00:00 2001 From: Leo Vivier Date: Wed, 6 Feb 2019 17:09:17 +0100 Subject: [PATCH 2/4] emacs: Add key binding for notmuch-search-refine --- emacs/notmuch.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 8bbed17d..f9e07307 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -181,6 +181,7 @@ there will be called at other points of notmuch execution." (define-key map "c" 'notmuch-search-stash-map) (define-key map "t" 'notmuch-search-filter-by-tag) (define-key map "l" 'notmuch-search-filter) + (define-key map "y" 'notmuch-search-refine) (define-key map [mouse-1] 'notmuch-search-show-thread) (define-key map "k" 'notmuch-tag-jump) (define-key map "*" 'notmuch-search-tag-all) -- 2.20.1