]> git.earman.xyz Git - emacsinit.git/commitdiff
Don't copy files handled by git, change log options
authorrearman <rearman@r717.net>
Thu, 21 Aug 2025 19:11:09 +0000 (15:11 -0400)
committerrearman <rearman@r717.net>
Thu, 21 Aug 2025 19:11:09 +0000 (15:11 -0400)
init.el

diff --git a/init.el b/init.el
index 4edb9d109d95d5c5c6d8bc890217e2510ac402e3..de373cf0062d7a3607158539ffbdef40dacefb27 100644 (file)
--- a/init.el
+++ b/init.el
 (add-hook 'after-save-hook #'executable-make-buffer-file-executable-if-script-p)
 
 ;; Versioning and Backups
-(setq vc-make-backup-files t
+(setq vc-make-backup-files nil
       vc-handled-backends '(Git)
       vc-git-diff-switches '("--patch-with-stat" "--histogram")
-      vc-git-log-switches '("--stat")
+      vc-git-log-switches '("--oneline" "--all" "--graph")
       vc-git-log-edit-summary-target-len 50
       vc-git-log-edit-summary-max-len 70
       vc-find-revision-no-save t