diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-05-30 02:48:11 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-05-30 02:48:11 -0400 |
commit | 11b0290d5073b7d0bf6eddf8ec44d3d2e638fc07 (patch) | |
tree | 2a437f14a891c4f89d62ab07e61eea0ad7003923 | |
parent | 7e4b45ada37f902d71e9a9d84aab89dc43534430 (diff) | |
download | emacs.d-11b0290d5073b7d0bf6eddf8ec44d3d2e638fc07.tar.gz |
Bind notmuch instead of notmuch-search in mail map
-rw-r--r-- | lisp/init-mail.el | 2 |
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) |