fix(emacs): inhibit backups
This commit is contained in:
parent
96e6f5b58c
commit
1469538fed
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@
|
||||||
(use-package emacs
|
(use-package emacs
|
||||||
:custom
|
:custom
|
||||||
;; Backups
|
;; Backups
|
||||||
|
(backup-inhibited t)
|
||||||
(make-backup-files nil)
|
(make-backup-files nil)
|
||||||
(vc-make-backup-files nil)
|
(vc-make-backup-files nil)
|
||||||
(kept-new-versions nil)
|
(kept-new-versions nil)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue