summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-05-30 02:48:11 -0400
committerKyle Meyer <kyle@kyleam.com>2015-05-30 02:48:11 -0400
commit11b0290d5073b7d0bf6eddf8ec44d3d2e638fc07 (patch)
tree2a437f14a891c4f89d62ab07e61eea0ad7003923 /lisp
parent7e4b45ada37f902d71e9a9d84aab89dc43534430 (diff)
downloademacs.d-11b0290d5073b7d0bf6eddf8ec44d3d2e638fc07.tar.gz
Bind notmuch instead of notmuch-search in mail map
Diffstat (limited to 'lisp')
-rw-r--r--lisp/init-mail.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/init-mail.el b/lisp/init-mail.el
index 7b7990f..40d46dd 100644
--- a/lisp/init-mail.el
+++ b/lisp/init-mail.el
@@ -347,7 +347,7 @@ has an effect if Gnus is not currently open."
(define-key notmuch-hello-mode-map "o" 'km/ace-link-widget)
-(define-key km/mail-map "n" 'notmuch-search)
+(define-key km/mail-map "n" 'notmuch)
(define-prefix-command 'km/notmuch-show-prefix-map)
(define-key notmuch-show-mode-map (kbd "C-c m") 'km/notmuch-show-prefix-map)