fix: stop creation of files ending with "~"
This commit is contained in:
parent
fd5ba4a1a5
commit
7584c7cc60
3
init.el
3
init.el
|
@ -35,6 +35,9 @@
|
||||||
(straight-use-package 'use-package)
|
(straight-use-package 'use-package)
|
||||||
(setq straight-use-package-by-default t)
|
(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.
|
;; Install the Doom Emacs theme megapack.
|
||||||
(use-package doom-themes
|
(use-package doom-themes
|
||||||
:ensure t
|
:ensure t
|
||||||
|
|
Reference in a new issue