projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f51cd4
)
[emacs] remove unneeded borg-insert-update-message C-c b m binding
author
Amin Bandali
<bandali@gnu.org>
Fri, 21 Dec 2018 16:34:32 +0000
(11:34 -0500)
committer
Amin 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
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/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