diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-11-02 00:01:59 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2022-11-02 00:01:59 +0100 |
commit | 6f69530d7d7c8275bdf5993d46b7e102a6173c4b (patch) | |
tree | c67ee11c56c513ae7d3431e0da8d0dc592390202 | |
parent | ab35543c24cf31afe078e65d495389be28f12a39 (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 |