[PATCH 10/11] emacs: add z to common keymap

Mark Walters markwalters1009 at gmail.com
Tue Oct 29 15:55:37 PDT 2013


Add the main entry "z" to notmuch-tree to the common keymap.
---
 emacs/notmuch-lib.el  |    1 +
 emacs/notmuch-tree.el |    1 -
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el
index e7c5c97..921ed20 100644
--- a/emacs/notmuch-lib.el
+++ b/emacs/notmuch-lib.el
@@ -133,6 +133,7 @@ For example, if you wanted to remove an \"inbox\" tag and add an
     (define-key map "?" 'notmuch-help)
     (define-key map "q" 'notmuch-kill-this-buffer)
     (define-key map "s" 'notmuch-search)
+    (define-key map "z" 'notmuch-tree)
     (define-key map "m" 'notmuch-mua-new-mail)
     (define-key map "=" 'notmuch-refresh-this-buffer)
     (define-key map "G" 'notmuch-poll-and-refresh-this-buffer)
diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el
index 78b4a57..c66dd35 100644
--- a/emacs/notmuch-tree.el
+++ b/emacs/notmuch-tree.el
@@ -919,7 +919,6 @@ The arguments are:
 
 
 ;; Set up key bindings from the rest of notmuch.
-(define-key notmuch-common-keymap "z" 'notmuch-tree)
 (define-key notmuch-show-mode-map "Z" 'notmuch-tree-from-show-current-query)
 
 (provide 'notmuch-tree)
-- 
1.7.9.1



More information about the notmuch mailing list