fix: stop creation of files ending with "~"

This commit is contained in:
Muhammad Nauman Raza 2022-11-08 17:53:04 +00:00
parent fd5ba4a1a5
commit 7584c7cc60
No known key found for this signature in database
GPG key ID: A9A36C429C9CAE31

View file

@ -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