From ab3e8ebab64dca73811be3ce5035622ff7405e1f Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 21 Jul 2019 16:20:35 -0400 Subject: init: Don't try to remap prefix command ... because it won't work. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index 321daac..5bf1c93 100644 --- a/init.el +++ b/init.el @@ -2189,7 +2189,7 @@ #'km/notmuch-show-pipe-part-to-project) (define-key notmuch-show-mode-map [remap notmuch-show-pipe-message] #'km/notmuch-show-pipe-message-to-project) - (define-key notmuch-show-stash-map [remap notmuch-show-stash-git-send-email] + (define-key notmuch-show-stash-map "G" #'km/notmuch-show-stash-git-send-email-debbugs) (define-key notmuch-show-mode-map [remap notmuch-tree-from-show-current-query] -- cgit v1.2.3