Disables lockfile creation
This commit is contained in:
parent
34dd17535a
commit
6d13881ec2
1 changed files with 4 additions and 4 deletions
|
@ -512,10 +512,10 @@
|
||||||
(exec-path-from-shell-initialize))
|
(exec-path-from-shell-initialize))
|
||||||
|
|
||||||
|
|
||||||
;; Emacs backup / autosave files
|
;; Emacs autosave, backup, interlocking files
|
||||||
;; (setq-default make-backup-files nil)
|
(setq auto-save-default nil)
|
||||||
(setq backup-directory-alist `(("." . "~/.emacs-tmp")))
|
(setq make-backup-files nil)
|
||||||
(setq auto-save-file-name-transforms `((".*" "~/.emacs-tmp/" t)))
|
(setq create-lockfiles nil)
|
||||||
|
|
||||||
|
|
||||||
;; Automatically follow symlinks
|
;; Automatically follow symlinks
|
||||||
|
|
Loading…
Reference in a new issue