summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-10-27 15:43:33 -0400
committerKyle Meyer <kyle@kyleam.com>2018-01-13 11:14:43 -0500
commit9146e7c012213ee8391dbd8515207d7243f4b8e5 (patch)
treeb17e898bc03f7a67687c2ee8988e804c4d3165cd /init.el
parent51c63fa9c8b25aaeef4e07338d43653fb46d61df (diff)
downloademacs.d-9146e7c012213ee8391dbd8515207d7243f4b8e5.tar.gz
Define notmuch-search variant
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index d30746a..7cb0d69 100644
--- a/init.el
+++ b/init.el
@@ -2192,6 +2192,8 @@
:init
(define-key km/mail-map "." #'km/notmuch-show-at-point)
:config
+ (define-key notmuch-common-keymap [remap notmuch-search]
+ #'km/notmuch-search)
(define-key notmuch-search-mode-map "R" #'km/notmuch-archive-all)
(define-key notmuch-show-part-map "|"
#'km/notmuch-show-pipe-part-to-project)