From 3ed7de7abb67400583bd554c3b1492569062f77f Mon Sep 17 00:00:00 2001
From: Sam Light <samlight1994@gmail.com>
Date: Sun, 18 May 2025 12:05:50 +0100
Subject: Auto saving

---
 config/common.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'config/common.el')

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)
 
-- 
cgit v1.2.3