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
commitbbb671a610082548fdaf068067b2162c371e0662 (patch)
tree261a0e744ac275a10077d4f10ec2480e4a6dbc25 /init.el
parent1a3db3dae7f906e6636b6a771752b1e9c60f23cc (diff)
downloademacs.d-bbb671a610082548fdaf068067b2162c371e0662.tar.gz
Add a second key for notmuch-show-open-or-close-all
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 387f1bd..234096c 100644
--- a/init.el
+++ b/init.el
@@ -2048,6 +2048,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-show-mode-map "e" #'notmuch-show-open-or-close-all)
(define-key notmuch-search-mode-map "e" #'notmuch-search-show-thread))
(use-package mml