projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0301055
)
emacs: tree: make refresh use generic binding
author
Mark Walters
<markwalters1009@gmail.com>
Sat, 15 Oct 2016 07:32:39 +0000
(08:32 +0100)
committer
David Bremner
<david@tethera.net>
Mon, 17 Oct 2016 12:01:40 +0000
(09:01 -0300)
Not using the generic binding is an anomaly from when tree was in
contrib (as pick).
emacs/notmuch-tree.el
patch
|
blob
|
history
diff --git
a/emacs/notmuch-tree.el
b/emacs/notmuch-tree.el
index 1555812cdb8bf75e8a817b8f32e72223019794cc..d5587a9c6351ca052f23311ae2c865f58ee2688d 100644
(file)
--- a/
emacs/notmuch-tree.el
+++ b/
emacs/notmuch-tree.el
@@
-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)