diff options
author | Jesús <heckyel@hyperbola.info> | 2022-01-07 18:51:50 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-01-07 18:51:50 -0500 |
commit | d2ddb582bd64270697057c64de33fc8802440e1f (patch) | |
tree | 6abcd1365835be1d86f9bed0d3362f77e6f62fc1 | |
parent | 8f826cb8a355f26792ac1aec36175f0c359850fa (diff) | |
download | emacs-personal-d2ddb582bd64270697057c64de33fc8802440e1f.tar.lz emacs-personal-d2ddb582bd64270697057c64de33fc8802440e1f.tar.xz emacs-personal-d2ddb582bd64270697057c64de33fc8802440e1f.zip |
stop create-lockfiles
-rw-r--r-- | modules/init-gui.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/init-gui.el b/modules/init-gui.el index 521866b..61e182c 100644 --- a/modules/init-gui.el +++ b/modules/init-gui.el @@ -15,6 +15,7 @@ (menu-bar-mode 0) (setq make-backup-files nil) ; stop creating backup~ files (setq auto-save-default nil) ; stop creating #autosave# files +(setq create-lockfiles nil) ; stop creating #create-lockfiles ;; Suppressing ad-handle-definition Warnings in Emacs (setq ad-redefinition-action 'accept) |