diff options
author | Raul Benencia <id@rbenencia.name> | 2023-02-12 10:20:33 -0800 |
---|---|---|
committer | Raul Benencia <id@rbenencia.name> | 2023-02-12 10:20:33 -0800 |
commit | c0afd2e92baf0729910f1f60065c7cd29f19226f (patch) | |
tree | ba3214a8c2fb41bb155c2c461bd99a5980c900fb | |
parent | 332a50286c4d79e175e2270d0db183f3afbb9319 (diff) |
emacs: fix notmuch bindings
-rw-r--r-- | .emacs.local.d/modes/notmuch.el | 3 |
1 files changed, 1 insertions, 2 deletions
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" |