about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-02-10 17:40:41 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-02-10 17:40:41 +0100
commit6fd5556382f251da427261edbd1bc51036a11eb3 (patch)
tree08ee2591137d659593d3ed26cf75224847450fa7
parentUpdate (diff)
downloadnixos-config-6fd5556382f251da427261edbd1bc51036a11eb3.tar.gz
nixos-config-6fd5556382f251da427261edbd1bc51036a11eb3.tar.bz2
nixos-config-6fd5556382f251da427261edbd1bc51036a11eb3.zip
Dotfiles: Emacs: Disable autosave
-rw-r--r--dotfiles/.emacs2
1 files changed, 2 insertions, 0 deletions
diff --git a/dotfiles/.emacs b/dotfiles/.emacs
index 330c713..9813d4e 100644
--- a/dotfiles/.emacs
+++ b/dotfiles/.emacs
@@ -42,6 +42,8 @@
 
 (setq-default line-spacing 0.10)
 
+(setq make-backup-files nil)
+
 ;; Disable toolbar, menubar and scrollbar
 (menu-bar-mode -1)
 (tool-bar-mode -1)