mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: tree: remove binding for pressing button in message pane
We want to use "e" for editting postponed messages in show, and in tree view, so remove the binding for the function which does (In message pane) Activate BUTTON or button at point
This commit is contained in:
parent
4817005bfc
commit
f8bdba37d3
1 changed files with 0 additions and 1 deletions
|
@ -266,7 +266,6 @@ FUNC."
|
|||
(define-key map (kbd "M-TAB") (notmuch-tree-to-message-pane #'notmuch-show-previous-button))
|
||||
(define-key map (kbd "<backtab>") (notmuch-tree-to-message-pane #'notmuch-show-previous-button))
|
||||
(define-key map (kbd "TAB") (notmuch-tree-to-message-pane #'notmuch-show-next-button))
|
||||
(define-key map "e" (notmuch-tree-to-message-pane #'notmuch-tree-button-activate))
|
||||
(define-key map "$" (notmuch-tree-to-message-pane #'notmuch-show-toggle-process-crypto))
|
||||
|
||||
;; bindings from show (or elsewhere) but we close the message pane first.
|
||||
|
|
Loading…
Reference in a new issue