diff options
-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 |