summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-07-13 08:56:32 +0100
committerSean Whitton <spwhitton@spwhitton.name>2023-07-13 08:56:32 +0100
commit10bfe2c73f24378a6e161a8db2891385fe45c681 (patch)
treea1f574d9fc06a65f4dfec907191196db1c6abd17
parente6f2dea9baed6e62459a0c9219c46c0c3bf2788f (diff)
downloaddotfiles-10bfe2c73f24378a6e161a8db2891385fe45c681.tar.gz
add --patch-with-stat to vc-git-diff-switches
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
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)))