diff options
| author | Charles Roelli <charles@aurox.ch> | 2026-02-18 16:53:32 +0100 |
|---|---|---|
| committer | Charles Roelli <charles@aurox.ch> | 2026-02-18 16:53:32 +0100 |
| commit | e88e7422e51dae952b2cd91c1d3f4b7916ecf232 (patch) | |
| tree | 435c7e01de7a6499fcf405363c1b3ea21d859f21 /.emacs | |
| parent | 56533fac70f871305fcb51f9fa330936b50582b3 (diff) | |
Turn on vc-make-backup-files
Diffstat (limited to '.emacs')
| -rw-r--r-- | .emacs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ '(sendmail-program "msmtp") '(user-full-name "Charles Roelli") '(user-mail-address "charles@aurox.ch") + '(vc-make-backup-files t) '(visible-bell t)) (custom-set-faces ;; custom-set-faces was added by Custom. |
