From bbb671a610082548fdaf068067b2162c371e0662 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 25 Feb 2017 23:32:07 -0500 Subject: Add a second key for notmuch-show-open-or-close-all --- init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'init.el') 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 -- cgit v1.2.3