fix: stop creation of files ending with "~"
This commit is contained in:
parent
fd5ba4a1a5
commit
7584c7cc60
1 changed files with 3 additions and 0 deletions
3
init.el
3
init.el
|
@ -35,6 +35,9 @@
|
|||
(straight-use-package 'use-package)
|
||||
(setq straight-use-package-by-default t)
|
||||
|
||||
;; Disable the creation of files ending with '~'
|
||||
(setq make-backup-files nil)
|
||||
|
||||
;; Install the Doom Emacs theme megapack.
|
||||
(use-package doom-themes
|
||||
:ensure t
|
||||
|
|
Reference in a new issue