summaryrefslogtreecommitdiffstats
path: root/init.org
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2018-12-21 11:34:32 -0500
committerAmin Bandali <bandali@gnu.org>2018-12-21 11:34:32 -0500
commit61669f58ca81a8ff9f33e5fb05e29e74d8a97132 (patch)
treed5a96a0089ce25bfa78aade2a1593bdbacd2a37b /init.org
parent0f51cd45878c81e51dec1ed6fcab5adfe6628eff (diff)
downloadconfigs-61669f58ca81a8ff9f33e5fb05e29e74d8a97132.tar.gz
configs-61669f58ca81a8ff9f33e5fb05e29e74d8a97132.tar.xz
configs-61669f58ca81a8ff9f33e5fb05e29e74d8a97132.zip
[emacs] remove unneeded borg-insert-update-message C-c b m binding
C-c C-b is already bound in git-commit-mode-map
Diffstat (limited to '')
-rw-r--r--init.org1
1 files changed, 0 insertions, 1 deletions
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