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 <marekpasnikowski@protonmail.com>2022-11-02 00:01:59 +0100
commitbd132d25223ec76cf577c5b593321e2ec24aee5c (patch)
treeb9bef0ccf8983bfc6d729d056e7726e24f4c69e5 /emacs.el
parentf6eccad8232a9b7ed49a66b35631eb31c5ddee70 (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