summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2014-06-30 22:11:10 +0100
committerAlan Pearce2014-06-30 22:11:54 +0100
commitf5f255488534a49fd6bc3c8e91763270a21b7326 (patch)
tree639d65df22fa5d1af9728f64de3f013c3d963b71 /tag-emacs
parentd3153b6ab5345002e270bde86857ce17a75c2a93 (diff)
downloaddotfiles-f5f255488534a49fd6bc3c8e91763270a21b7326.tar.lz
dotfiles-f5f255488534a49fd6bc3c8e91763270a21b7326.tar.zst
dotfiles-f5f255488534a49fd6bc3c8e91763270a21b7326.zip
Emacs: disable lock file creation
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index e389aed..d0fab11 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -259,6 +259,7 @@
 (prefer-coding-system 'utf-8-auto-unix)
 (set-default-coding-systems 'utf-8-auto-unix)
 (setq-default buffer-file-coding-system 'utf-8-auto-unix)
+(setq create-lockfiles nil)
 (req-package autorevert
   :init (progn
           (global-auto-revert-mode 1)