Disable backup files!
This commit is contained in:
parent
8bf2d85f9d
commit
88de92aa59
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@
|
|||
(height . 40)
|
||||
))
|
||||
|
||||
;; Disable backup
|
||||
(setq make-backup-files nil)
|
||||
|
||||
(push '("melpa" . "http://melpa.milkbox.net/packages/") package-archives)
|
||||
|
||||
(custom-set-variables
|
||||
|
|
Loading…
Reference in a new issue