Browse Source

Prevent creating emacs lockfiles

master
Julio Biason 3 years ago
parent
commit
2733c34a90
  1. 3
      emacs.d/init.el

3
emacs.d/init.el

@ -144,6 +144,9 @@
;; Create backup files directly in the .Trash directory
(setq backup-directory-alist '((".*" . "~/.Trash")))
;; Lock files should not be created
(setq create-lockfiles nil)
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.

Loading…
Cancel
Save