From: Amin Bandali Date: Fri, 21 Dec 2018 16:34:32 +0000 (-0500) Subject: [emacs] remove unneeded borg-insert-update-message C-c b m binding X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/61669f58ca81a8ff9f33e5fb05e29e74d8a97132 [emacs] remove unneeded borg-insert-update-message C-c b m binding C-c C-b is already bound in git-commit-mode-map --- diff --git a/init.org b/init.org index 36bcc59..7c49ca2 100644 --- 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