summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-03-06 23:11:34 -0500
committerKyle Meyer <kyle@kyleam.com>2017-03-06 23:11:34 -0500
commitb9526cbe3708190236e78f972ed690b43baf0e60 (patch)
tree35fc6db22f92d12ba64f8a36e84bf00f28df71de /init.el
parent1a51aefede6813a1180cbd409c61219a0ed9b06a (diff)
downloademacs.d-b9526cbe3708190236e78f972ed690b43baf0e60.tar.gz
Add notmuch-archive-all command
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 7668431..537e64d 100644
--- a/init.el
+++ b/init.el
@@ -2064,6 +2064,7 @@
:defer t
:after notmuch
:config
+ (define-key notmuch-search-mode-map "A" #'km/notmuch-archive-all)
(define-key notmuch-show-part-map "|"
#'km/notmuch-show-pipe-part-to-project)
(define-key notmuch-show-mode-map [remap notmuch-show-pipe-message]