diff --git a/init.el b/init.el index 39215ec..9a50b23 100644 --- a/init.el +++ b/init.el @@ -1637,6 +1637,9 @@ Note that this workaround is incomplete, as explained in this comment." transient-values-file (expand-file-name "transient/values.el" emacs-d-userdata) transient-history-file (expand-file-name "transient/history.el" emacs-d-userdata))) +(use-package vc + :init (setopt vc-git-diff-switches '("--histogram"))) + ;; * Mail