all repos — nixfiles @ f5f255488534a49fd6bc3c8e91763270a21b7326

System and user configuration, managed by nix and home-manager

Emacs: disable lock file creation

Alan Pearce
commit

f5f255488534a49fd6bc3c8e91763270a21b7326

parent

d3153b6ab5345002e270bde86857ce17a75c2a93

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-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)