diff options
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2047,6 +2047,7 @@ (define-key notmuch-common-keymap "d" #'notmuch-jump-search) (define-key notmuch-message-mode-map (kbd "C-c C-s") nil) + (define-key notmuch-show-mode-map "v" #'org-capture) (define-key notmuch-search-mode-map "e" #'notmuch-search-show-thread)) (use-package mml |