diff options
| author | Mark Walters <markwalters1009@gmail.com> | 2016-10-15 08:32:39 +0100 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-10-17 09:01:40 -0300 |
| commit | cd7e497d07e7cdf04f968515dff39f419e8679b2 (patch) | |
| tree | 2a9cb316b1c5940634bb3efed396b97a17cb0fed | |
| parent | 0301055f07f993d98954036a353de9f5116f61d7 (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.el | 1 |
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) |
