From 11b0290d5073b7d0bf6eddf8ec44d3d2e638fc07 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 30 May 2015 02:48:11 -0400 Subject: Bind notmuch instead of notmuch-search in mail map --- lisp/init-mail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') 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) -- cgit v1.2.3