aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Walters <markwalters1009@gmail.com>2016-10-15 08:32:39 +0100
committerDavid Bremner <david@tethera.net>2016-10-17 09:01:40 -0300
commitcd7e497d07e7cdf04f968515dff39f419e8679b2 (patch)
tree2a9cb316b1c5940634bb3efed396b97a17cb0fed
parent0301055f07f993d98954036a353de9f5116f61d7 (diff)
emacs: tree: make refresh use generic binding
Not using the generic binding is an anomaly from when tree was in contrib (as pick).
-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 1555812c..d5587a9c 100644
--- 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)