summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2021-06-11 23:15:11 -0400
committerKyle Meyer <kyle@kyleam.com>2021-06-12 01:10:42 -0400
commit7fdd5648ddf322cedfe40a8d74f33ffbe1bdf4a8 (patch)
tree8ad89bc283cb5ae0195863683cb98d8ff36768ff
parent21da2e32cc9e4df8564e5eaafa8498a4e3b1b2bf (diff)
downloademacs.d-7fdd5648ddf322cedfe40a8d74f33ffbe1bdf4a8.tar.gz
notmuch: Update for notmuch-tree-close-message-pane-and removal
See adfded9e (emacs: avoid binding unnamed commands in keymaps, 2020-12-06).
-rw-r--r--init.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/init.el b/init.el
index bf6052d..f9d1472 100644
--- a/init.el
+++ b/init.el
@@ -2077,10 +2077,8 @@
(define-key notmuch-search-mode-map "O" #'notmuch-search-reply-to-thread-sender)
(define-key notmuch-search-mode-map (kbd "C-c C-s") #'notmuch-search-toggle-order)
- (define-key notmuch-tree-mode-map "o"
- (notmuch-tree-close-message-pane-and #'notmuch-show-reply))
- (define-key notmuch-tree-mode-map "O"
- (notmuch-tree-close-message-pane-and #'notmuch-show-reply-sender))
+ (define-key notmuch-tree-mode-map "o" #'notmuch-tree-reply)
+ (define-key notmuch-tree-mode-map "O" #'notmuch-tree-reply-sender)
(define-key notmuch-tree-mode-map "E" #'notmuch-tree-resume-message)
(define-key notmuch-common-keymap "g" #'notmuch-refresh-this-buffer)