From 889c9171a74343d7f6b88e1da3f5942892ddd264 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 21 Mar 2020 16:06:23 -0400 Subject: Disable magit-commit-show-diff It's a keybinding away when I want it. --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index 775e7f5..3e2d619 100644 --- a/init.el +++ b/init.el @@ -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) -- cgit v1.2.3