summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/init.el b/init.el
index a459533..cb42af3 100644
--- a/init.el
+++ b/init.el
@@ -1017,8 +1017,6 @@
:diminish magit-wip-after-save-local-mode
:config
(bind-keys :map km/magit-wip-map
- ("a" . magit-wip-after-apply-mode)
- ("b" . magit-wip-before-change-mode)
("c" . magit-wip-commit)
("f" . magit-wip-commit-buffer-file)
("l" . magit-wip-log-current)