feat: disable creation of lock files

These files include the character '#' in their filename and clutter
directories. They also send false alarms to git - better get rid of them.
This commit is contained in:
Muhammad Nauman Raza 2022-11-12 13:03:29 +00:00
parent a6c94ec2b1
commit 06301e5294
No known key found for this signature in database
GPG key ID: A9A36C429C9CAE31

View file

@ -33,6 +33,9 @@
;; Disable the creation of files ending with '~' (backup files)
(setq make-backup-files nil)
;; Disable the creation of files with '#' (lock files)
(setq create-lockfiles nil)
;;; Themes
;; Customize doom-themes
(setq doom-themes-enable-bold t