From 931c0e9034af4a8c18cb00b2c36d35e175134d7a Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sat, 14 Jun 2025 15:08:29 -0400 Subject: [PATCH] Add vc-git-diff-switches --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index f9153e8..c08a5d4 100644 --- a/init.el +++ b/init.el @@ -168,6 +168,7 @@ (setq vc-git-print-log-follow t) (setq vc-make-backup-files nil) ; Do not backup version controlled files +(setq vc-git-diff-switches '("--histogram")) ; Faster algorithm for diffing. ;;; Auto save