From: Dave Barker Date: Sun, 16 Oct 2016 20:45:01 +0000 (+0200) Subject: Change binding for my-notmuch-show-view-as-patch X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=05c4f6de8fb97054de1b687269ab2eeb03438f0c Change binding for my-notmuch-show-view-as-patch --- diff --git a/emacstips.mdwn b/emacstips.mdwn index 2ba9e92..f5b418c 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -718,9 +718,9 @@ refine, next hunk etc all work. (add-to-list 'minor-mode-overriding-map-alist new-ro-bind)) (goto-char (point-min)))) -and then this function needs to bound into the keymap with something like +and then this function needs to bound to `. d` in the keymap - (define-key 'notmuch-show-mode-map "D" 'my-notmuch-show-view-as-patch) + (define-key 'notmuch-show-part-map "d" 'my-notmuch-show-view-as-patch) ## Interfacing with Patchwork