From e9fdd4eaa74c2f785817278c784ca3b748f79767 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gustav=20H=C3=A5llberg?= Date: Fri, 31 Jul 2009 00:57:56 +0200 Subject: [PATCH] stgit.el: Move stgit-{un,}commit to \C-c\C-{u,c} MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Gustav HÃ¥llberg --- contrib/stgit.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/stgit.el b/contrib/stgit.el index 2a14fc6..2a72189 100644 --- a/contrib/stgit.el +++ b/contrib/stgit.el @@ -614,8 +614,8 @@ at point." ("S" . stgit-squash) ("N" . stgit-new) ("R" . stgit-repair) - ("C" . stgit-commit) - ("U" . stgit-uncommit) + ("\C-c\C-c" . stgit-commit) + ("\C-c\C-u" . stgit-uncommit) ("\r" . stgit-select) ("o" . stgit-find-file-other-window) ("i" . stgit-file-toggle-index) -- 2.11.0