summaryrefslogtreecommitdiff
path: root/emacs.el
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-14 11:17:10 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-14 11:17:10 +0100
commit3ebc44a4b38abd641a2a26d5c03e3d7fa5b454d5 (patch)
treeb9bef0ccf8983bfc6d729d056e7726e24f4c69e5 /emacs.el
parentc1e0704a6552969ddc42b319421f7c125cd9e788 (diff)
Emacs: disable auto-backup
Diffstat (limited to 'emacs.el')
-rw-r--r--emacs.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.el b/emacs.el
index eeceae3..512b61b 100644
--- a/emacs.el
+++ b/emacs.el
@@ -1,3 +1,6 @@
+;;; Disable auto-backup
+(setq make-backup-files nil)
+
;;; Enable MELPA repository
(require 'package)
(add-to-list 'package-archives