From 10bfe2c73f24378a6e161a8db2891385fe45c681 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 13 Jul 2023 08:56:32 +0100 Subject: add --patch-with-stat to vc-git-diff-switches --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index c5c5b552..7b04c17c 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -463,7 +463,7 @@ windows side-by-side in the frame." '(use-short-answers t) '(vc-find-revision-no-save t) '(vc-follow-symlinks t) - '(vc-git-diff-switches '("-M" "-C") nil nil "We might also consider -B.") + '(vc-git-diff-switches '("--patch-with-stat" "-M" "-C") nil nil "We might also consider -B.") '(vc-git-print-log-follow t) '(view-read-only t nil nil "Rebind otherwise useless self-insert keys, and means existing C-x C-r, C-x 4 r etc. usable for getting into mode.") '(warning-suppress-types '((comp))) -- cgit v1.2.3