]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: tree: make refresh use generic binding
authorMark Walters <markwalters1009@gmail.com>
Sat, 15 Oct 2016 07:32:39 +0000 (08:32 +0100)
committerDavid 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

index 1555812cdb8bf75e8a817b8f32e72223019794cc..d5587a9c6351ca052f23311ae2c865f58ee2688d 100644 (file)
@@ -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)