Skip to content

Commit

Permalink
Disable lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkeller committed Aug 10, 2019
1 parent f0de84a commit b060f39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions basic.el
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@
delete-old-versions t ; Ask to delete excess backup versions?
backup-by-copying-when-linked t) ; Copy linked files, don't rename.

;; I'm almost always on single-user systems, so we can skip the .# files
(setq create-lockfiles nil)

;;; Dired --------------------------------------------------------------

(defun turn-on-auto-revert-mode ()
Expand Down

0 comments on commit b060f39

Please sign in to comment.