From f4c304c8543c6805fbd0569e8d710d7b32e91a23 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 25 Feb 2017 23:32:07 -0500 Subject: Add notmuch-show-open-github-patch command --- init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index 8ab5f7c..b8942f4 100644 --- a/init.el +++ b/init.el @@ -2019,6 +2019,8 @@ '(:name "today" :query "date:today.." :key ".")) (define-key notmuch-show-mode-map (kbd "C-c m") 'km/notmuch-show-prefix-map) + (define-key km/notmuch-show-prefix-map "p" + #'km/notmuch-show-open-github-patch) (define-key km/notmuch-show-prefix-map "i" #'km/notmuch-show-copy-message-id-as-kill)) -- cgit v1.2.3