summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-01-27 23:27:55 -0500
committerKyle Meyer <kyle@kyleam.com>2017-01-27 23:27:55 -0500
commit06586b580f668b95ea92f6030137d152c3fb9685 (patch)
tree3bb7002855e7ce6ff255968b8dbe7ce0f12f432b /init.el
parent01d3bc9fd7783f6704867e92877ef3e222ce1f26 (diff)
downloademacs.d-06586b580f668b95ea92f6030137d152c3fb9685.tar.gz
magit-wip: Delete some unused bindings
Diffstat (limited to 'init.el')
-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)