diff options
author | Kyle Meyer <kyle@kyleam.com> | 2017-02-25 23:32:07 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2017-03-01 00:00:42 -0500 |
commit | 1a3db3dae7f906e6636b6a771752b1e9c60f23cc (patch) | |
tree | b5c8eada51966500577593b45182c91ae23143ae | |
parent | 575a326334b9504873cd5c18844676c76e5daef2 (diff) | |
download | emacs.d-1a3db3dae7f906e6636b6a771752b1e9c60f23cc.tar.gz |
Bind org-capture in notmuch-show-mode-map
-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 |