summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorCharles Roelli <charles@aurox.ch>2026-02-18 16:53:32 +0100
committerCharles Roelli <charles@aurox.ch>2026-02-18 16:53:32 +0100
commite88e7422e51dae952b2cd91c1d3f4b7916ecf232 (patch)
tree435c7e01de7a6499fcf405363c1b3ea21d859f21 /.emacs
parent56533fac70f871305fcb51f9fa330936b50582b3 (diff)
Turn on vc-make-backup-files
Diffstat (limited to '.emacs')
-rw-r--r--.emacs1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index 47077ab..9908e4e 100644
--- a/.emacs
+++ b/.emacs
@@ -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.