diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-03-21 16:06:23 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-12-12 02:23:51 -0500 |
commit | 889c9171a74343d7f6b88e1da3f5942892ddd264 (patch) | |
tree | 618cbceedd8ffdcfea6e1f425de04bba598eea09 | |
parent | 7849ac4c9f99c8b62112a8ec424f28fe36b78b4b (diff) | |
download | emacs.d-889c9171a74343d7f6b88e1da3f5942892ddd264.tar.gz |
Disable magit-commit-show-diff
It's a keybinding away when I want it.
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -955,6 +955,8 @@ (setq magit-uniquify-buffer-names nil) + (setq magit-commit-show-diff nil) + (setq magit-no-confirm '(stage-all-changes unstage-all-changes reverse)) (setq magit-published-branches nil) (setq magit-remote-add-set-remote.pushDefault nil) |