From 05c4f6de8fb97054de1b687269ab2eeb03438f0c Mon Sep 17 00:00:00 2001 From: Dave Barker Date: Sun, 16 Oct 2016 22:45:01 +0200 Subject: [PATCH] Change binding for my-notmuch-show-view-as-patch --- emacstips.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.0