From c0afd2e92baf0729910f1f60065c7cd29f19226f Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Sun, 12 Feb 2023 10:20:33 -0800 Subject: emacs: fix notmuch bindings --- .emacs.local.d/modes/notmuch.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.emacs.local.d') diff --git a/.emacs.local.d/modes/notmuch.el b/.emacs.local.d/modes/notmuch.el index 2b9b137..f4ed127 100644 --- a/.emacs.local.d/modes/notmuch.el +++ b/.emacs.local.d/modes/notmuch.el @@ -42,11 +42,10 @@ (org-capture nil "m") ) -(bind-key "t" 'rul/capture-mail notmuch-show-mode-map) +(bind-key "c" 'rul/capture-mail notmuch-show-mode-map) (define-key notmuch-show-mode-map "R" 'notmuch-show-reply) (define-key notmuch-search-mode-map "R" 'notmuch-search-reply-to-thread) -(define-key notmuch-tree-mode-map "R" (notmuch-tree-close-message-pane-and #'notmuch-show-reply)) ; Spam (define-key notmuch-show-mode-map "S" -- cgit v1.2.3