diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-11-02 00:01:59 +0100 |
---|---|---|
committer | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-11-02 00:01:59 +0100 |
commit | bd132d25223ec76cf577c5b593321e2ec24aee5c (patch) | |
tree | b9bef0ccf8983bfc6d729d056e7726e24f4c69e5 | |
parent | f6eccad8232a9b7ed49a66b35631eb31c5ddee70 (diff) |
Emacs: disable auto-backup
-rw-r--r-- | emacs.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +;;; Disable auto-backup +(setq make-backup-files nil) + ;;; Enable MELPA repository (require 'package) (add-to-list 'package-archives |