summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorDominik Kaiser2025-08-20 16:07:24 +0200
committerDominik Kaiser2025-08-20 16:07:24 +0200
commit61cbfa632d5e2634baeb536f9ac28da915eeb809 (patch)
tree169944f678ffebf60353563aa0af0cb6be3bc1f9 /init.el
parent77d04b43c88b3dd3bee1698fb94f817d4abd8ed3 (diff)
downloademacs-61cbfa632d5e2634baeb536f9ac28da915eeb809.tar.gz
emacs-61cbfa632d5e2634baeb536f9ac28da915eeb809.zip
Disable file backups
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index 461a677..4696a49 100644
--- a/init.el
+++ b/init.el
@@ -181,3 +181,6 @@
(use-package simple-httpd
:ensure t)
+
+(setq backup-inhibited t)
+(setq auto-save-default nil)