From 7584c7cc60c842ead11405f7d10b919ddb8db84a Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Tue, 8 Nov 2022 17:53:04 +0000 Subject: [PATCH] fix: stop creation of files ending with "~" --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index 4d3aa43..0c7788f 100644 --- a/init.el +++ b/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