From 42e146a3a20c1ca2e1a9d6fd2d5e5e9d03a06641 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Fri, 4 Jun 2010 17:16:53 -0700 Subject: [PATCH] Add C-tab binding in notmuch-search mode as well. We recently added this to notmuch-hello mode so we might as well support it in this mode as well for consistency. --- emacs/notmuch-show.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index d66894ae..f872cdfe 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -556,6 +556,7 @@ function is used. " (let ((map (make-sparse-keymap))) (define-key map "?" 'notmuch-help) (define-key map "q" 'kill-this-buffer) + (define-key map (kbd "") 'widget-backward) (define-key map (kbd "M-TAB") 'notmuch-show-previous-button) (define-key map (kbd "") 'notmuch-show-previous-button) (define-key map (kbd "TAB") 'notmuch-show-next-button) -- 2.43.0