From 30702ee3d99ac78599ff5e6d968a970424a36037 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 8 Nov 2019 12:03:36 +0000 Subject: [PATCH] el/dot-emacs.el: Turn off global diff refinement in Magit. It turns out that this is really slow. --- el/dot-emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 63b3c24..68a4d9f 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -4339,7 +4339,7 @@ This allows you to pass a list of arguments through `ansi-term'." ;;;-------------------------------------------------------------------------- ;;; Magit configuration. -(setq magit-diff-refine-hunk 'all +(setq magit-diff-refine-hunk 't magit-view-git-manual-method 'man magit-log-margin '(nil age magit-log-margin-width t 18) magit-wip-after-save-local-mode-lighter "" -- 2.11.0