summaryrefslogtreecommitdiff
path: root/emacs.el
diff options
context:
space:
mode:
authorMarek Paśnikowski <marekpasnikowski@protonmail.com>2022-11-02 00:01:59 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2022-11-02 00:01:59 +0100
commit6f69530d7d7c8275bdf5993d46b7e102a6173c4b (patch)
treec67ee11c56c513ae7d3431e0da8d0dc592390202 /emacs.el
parentab35543c24cf31afe078e65d495389be28f12a39 (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