summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Barker <kzar@kzar.co.uk>2016-10-16 22:45:01 +0200
committerDave Barker <kzar@kzar.co.uk>2016-10-16 22:45:01 +0200
commit05c4f6de8fb97054de1b687269ab2eeb03438f0c (patch)
treeff8ef5d1bfc344a9eb4dcdb028b7cfb0dcce7281
parent476ec883ac3270151cd73769c641cad52582818c (diff)
Change binding for my-notmuch-show-view-as-patch
-rw-r--r--emacstips.mdwn4
1 files 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