(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