diff --git a/lisp/editor.el b/lisp/editor.el index 7b44d2b..8236478 100644 --- a/lisp/editor.el +++ b/lisp/editor.el @@ -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