[emacs] remove unneeded borg-insert-update-message C-c b m binding
authorAmin Bandali <bandali@gnu.org>
Fri, 21 Dec 2018 16:34:32 +0000 (11:34 -0500)
committerAmin Bandali <bandali@gnu.org>
Fri, 21 Dec 2018 16:34:32 +0000 (11:34 -0500)
C-c C-b is already bound in git-commit-mode-map

init.org

index 36bcc59..7c49ca2 100644 (file)
--- a/init.org
+++ b/init.org
@@ -244,7 +244,6 @@ can then be managed with the help of Magit or other tools.
    ("C-c b a" . borg-assimilate)
    ("C-c b b" . borg-build)
    ("C-c b c" . borg-clone)
-   ("C-c b m" . borg-insert-update-message)
    ("C-c b r" . borg-remove)))
 #+end_src