diff options
author | Kyle Meyer <kyle@kyleam.com> | 2019-07-21 16:20:35 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2019-10-10 18:23:17 -0400 |
commit | ab3e8ebab64dca73811be3ce5035622ff7405e1f (patch) | |
tree | 0a82341fef2dc10040dbbc52d163edd0d207bc42 | |
parent | eda4c236e1f19008a32783cb2c0c88e42b8098c2 (diff) | |
download | emacs.d-ab3e8ebab64dca73811be3ce5035622ff7405e1f.tar.gz |
init: Don't try to remap prefix command
... because it won't work.
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |