]> rtime.felk.cvut.cz Git - notmuch.git/commitdiff
emacs: add z to common keymap
authorMark Walters <markwalters1009@gmail.com>
Fri, 1 Nov 2013 09:23:44 +0000 (09:23 +0000)
committerDavid Bremner <david@tethera.net>
Thu, 7 Nov 2013 12:01:07 +0000 (08:01 -0400)
Add the main entry "z" to notmuch-tree to the common keymap.

emacs/notmuch-lib.el
emacs/notmuch-tree.el

index e7c5c97144dc666787006cd4238ab89a99cbd588..921ed2086b6b5fc15caad6b102e1574e6cb6eb02 100644 (file)
@@ -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)
index 78b4a57ee3432743098c231c88e041c6a958252f..c66dd350a0073f00e3f9438d53415aed7ede2546 100644 (file)
@@ -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)