summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2019-06-27 19:59:15 -0400
committerKyle Meyer <kyle@kyleam.com>2019-06-27 20:06:12 -0400
commit996ba4cd52a7dc776ea1049cc512bbd0ba38942e (patch)
tree977ddd6cfa52de3824b5dfe5449714678dbcd2a7 /init.el
parentfbcb918e6566434f1fb450b2892d006bf591fba0 (diff)
downloademacs.d-996ba4cd52a7dc776ea1049cc512bbd0ba38942e.tar.gz
Drop unused magit-wip-* bindings
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/init.el b/init.el
index 7eebf0c..a99b956 100644
--- a/init.el
+++ b/init.el
@@ -1053,9 +1053,7 @@
("c" . magit-wip-commit)
("f" . magit-wip-commit-buffer-file)
("l" . magit-wip-log-current)
- ("o" . magit-wip-log)
- ("s" . magit-wip-after-save-local-mode)
- ("S" . magit-wip-after-save-mode))
+ ("o" . magit-wip-log))
(setq magit-wip-merge-branch t)
:config