X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=contrib%2Fnotmuch-pick%2Fnotmuch-pick.el;fp=contrib%2Fnotmuch-pick%2Fnotmuch-pick.el;h=2deee42e155e51534968bd65ddc5070283c29893;hp=ad85d03cfd9351fd6c4d10f8d32f0c7a2bfc3d32;hb=393788487d73282b07ef308c68fec3f52d55ba4e;hpb=81ee7855b56c58f3ab868556b4d9bdf12f9e3f04 diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el index ad85d03c..2deee42e 100644 --- a/contrib/notmuch-pick/notmuch-pick.el +++ b/contrib/notmuch-pick/notmuch-pick.el @@ -966,12 +966,12 @@ The arguments are: ;; Set up key bindings from the rest of notmuch. -(define-key 'notmuch-search-mode-map "z" 'notmuch-pick) -(define-key 'notmuch-search-mode-map "Z" 'notmuch-pick-from-search-current-query) -(define-key 'notmuch-search-mode-map (kbd "M-RET") 'notmuch-pick-from-search-thread) -(define-key 'notmuch-hello-mode-map "z" 'notmuch-pick-from-hello) -(define-key 'notmuch-show-mode-map "z" 'notmuch-pick) -(define-key 'notmuch-show-mode-map "Z" 'notmuch-pick-from-show-current-query) +(define-key notmuch-search-mode-map "z" 'notmuch-pick) +(define-key notmuch-search-mode-map "Z" 'notmuch-pick-from-search-current-query) +(define-key notmuch-search-mode-map (kbd "M-RET") 'notmuch-pick-from-search-thread) +(define-key notmuch-hello-mode-map "z" 'notmuch-pick-from-hello) +(define-key notmuch-show-mode-map "z" 'notmuch-pick) +(define-key notmuch-show-mode-map "Z" 'notmuch-pick-from-show-current-query) (notmuch-pick-setup-show-out) (message "Initialised notmuch-pick")