diff options
Diffstat (limited to 'lisp')
-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) |