diff options
author | Kyle Meyer <kyle@kyleam.com> | 2019-06-27 19:59:15 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2019-06-27 20:06:12 -0400 |
commit | 996ba4cd52a7dc776ea1049cc512bbd0ba38942e (patch) | |
tree | 977ddd6cfa52de3824b5dfe5449714678dbcd2a7 | |
parent | fbcb918e6566434f1fb450b2892d006bf591fba0 (diff) | |
download | emacs.d-996ba4cd52a7dc776ea1049cc512bbd0ba38942e.tar.gz |
Drop unused magit-wip-* bindings
-rw-r--r-- | init.el | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |