summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2019-07-21 16:20:35 -0400
committerKyle Meyer <kyle@kyleam.com>2019-10-10 18:23:17 -0400
commitab3e8ebab64dca73811be3ce5035622ff7405e1f (patch)
tree0a82341fef2dc10040dbbc52d163edd0d207bc42 /init.el
parenteda4c236e1f19008a32783cb2c0c88e42b8098c2 (diff)
downloademacs.d-ab3e8ebab64dca73811be3ce5035622ff7405e1f.tar.gz
init: Don't try to remap prefix command
... because it won't work.
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
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]