summaryrefslogtreecommitdiff
path: root/config/common.el
diff options
context:
space:
mode:
authorSam Light <samlight1994@gmail.com>2025-05-18 12:05:50 +0100
committerSam Light <samlight1994@gmail.com>2025-05-18 12:05:50 +0100
commit3ed7de7abb67400583bd554c3b1492569062f77f (patch)
treef9623fc3c36fb2b27bde41946160d798a804f2ce /config/common.el
parenta4039e14cd7604dc8034d2c6b947284e9baef1d9 (diff)
Auto saving
Diffstat (limited to 'config/common.el')
-rw-r--r--config/common.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/common.el b/config/common.el
index b4edaa0..26c691a 100644
--- a/config/common.el
+++ b/config/common.el
@@ -3,7 +3,7 @@
(setq
gc-cons-threshold 200000000
make-backup-files nil
- auto-save-default t
+ auto-save-default nil
visible-bell t
inhibit-startup-screen t)