X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch.el;h=047175001c777d0e7fe9dfa26bdb69a0dd668a2d;hp=c9bc2f22c7d43a21598e2c189ef6fe3f0f738f5a;hb=3fed6736a7ef8b8b1f05d0fabb136bdd3b5917ee;hpb=96c0ce28f8288773870bff5a6ef1c43ff3a931f8 diff --git a/emacs/notmuch.el b/emacs/notmuch.el index c9bc2f22..04717500 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -165,6 +165,7 @@ To enter a line break in customize, press \\[quoted-insert] C-j." (defvar notmuch-search-stash-map (let ((map (make-sparse-keymap))) (define-key map "i" 'notmuch-search-stash-thread-id) + (define-key map "?" 'notmuch-subkeymap-help) map) "Submap for stash commands") (fset 'notmuch-search-stash-map notmuch-search-stash-map)