aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/notmuch-tree.el
diff options
context:
space:
mode:
authorGravatar Mark Walters <markwalters1009@gmail.com>2013-11-01 09:23:44 +0000
committerGravatar David Bremner <david@tethera.net>2013-11-07 08:01:07 -0400
commit31d81f7fddfd262f0fe37ca32cace3827ab03cd7 (patch)
tree9c5ac2b51b5d932e1241d8a5efef64fcac16560b /emacs/notmuch-tree.el
parent00b3ee4f82ed94125f6789ba7bdd88b98ed248ef (diff)
emacs: add z to common keymap
Add the main entry "z" to notmuch-tree to the common keymap.
Diffstat (limited to 'emacs/notmuch-tree.el')
-rw-r--r--emacs/notmuch-tree.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el
index 78b4a57e..c66dd350 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)