X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch.el;h=047175001c777d0e7fe9dfa26bdb69a0dd668a2d;hb=12621980ee19aa36c76ad16500c4f5a43ca6c6ca;hp=c9bc2f22c7d43a21598e2c189ef6fe3f0f738f5a;hpb=96c0ce28f8288773870bff5a6ef1c43ff3a931f8;p=notmuch 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)