mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34:54 +01:00
emacs: tree: make refresh use generic binding
Not using the generic binding is an anomaly from when tree was in contrib (as pick).
This commit is contained in:
parent
0301055f07
commit
cd7e497d07
1 changed files with 0 additions and 1 deletions
|
@ -271,7 +271,6 @@ FUNC."
|
|||
(define-key map "x" 'notmuch-tree-quit)
|
||||
(define-key map "A" 'notmuch-tree-archive-thread)
|
||||
(define-key map "a" 'notmuch-tree-archive-message-then-next)
|
||||
(define-key map "=" 'notmuch-tree-refresh-view)
|
||||
(define-key map "z" 'notmuch-tree-to-tree)
|
||||
(define-key map "n" 'notmuch-tree-next-matching-message)
|
||||
(define-key map "p" 'notmuch-tree-prev-matching-message)
|
||||
|
|
Loading…
Reference in a new issue