mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34:54 +01:00
emacs: add z to common keymap
Add the main entry "z" to notmuch-tree to the common keymap.
This commit is contained in:
parent
00b3ee4f82
commit
31d81f7fdd
2 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue