From 7fdd5648ddf322cedfe40a8d74f33ffbe1bdf4a8 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 11 Jun 2021 23:15:11 -0400 Subject: notmuch: Update for notmuch-tree-close-message-pane-and removal See adfded9e (emacs: avoid binding unnamed commands in keymaps, 2020-12-06). --- init.el | 6 ++---- 1 file 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) -- cgit v1.2.3