summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-02-25 23:32:07 -0500
committerKyle Meyer <kyle@kyleam.com>2017-03-01 00:00:42 -0500
commit1a3db3dae7f906e6636b6a771752b1e9c60f23cc (patch)
treeb5c8eada51966500577593b45182c91ae23143ae /init.el
parent575a326334b9504873cd5c18844676c76e5daef2 (diff)
downloademacs.d-1a3db3dae7f906e6636b6a771752b1e9c60f23cc.tar.gz
Bind org-capture in notmuch-show-mode-map
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index 1511424..387f1bd 100644
--- a/init.el
+++ b/init.el
@@ -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