]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-show.el
emacs: Define a common shared keymap for all of notmuch
[notmuch] / emacs / notmuch-show.el
index cb586e9246f96a4e4cb48669eabae04e7f059317..53ccc39d1e91486f79c68a1407ec6750134fed65 100644 (file)
@@ -1243,6 +1243,7 @@ reset based on the original query."
 
 (defvar notmuch-show-mode-map
       (let ((map (make-sparse-keymap)))
+       (set-keymap-parent map notmuch-common-keymap)
        (define-key map "?" 'notmuch-help)
        (define-key map "q" 'notmuch-kill-this-buffer)
        (define-key map (kbd "<C-tab>") 'widget-backward)