summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-27 12:45:03 -0600
committerCase Duckworth2021-01-27 12:45:03 -0600
commit09c5564bd8e8195b042ec6ab02e32d4fd930ae13 (patch)
tree95f15ca9d94784c035fda08fa9dc12cadf886326 /config.org
parentTypos and formatting (diff)
downloademacs-09c5564bd8e8195b042ec6ab02e32d4fd930ae13.tar.gz
emacs-09c5564bd8e8195b042ec6ab02e32d4fd930ae13.zip
Don't create lockfiles
Diffstat (limited to 'config.org')
-rw-r--r--config.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.org b/config.org index 8064c76..75ec848 100644 --- a/config.org +++ b/config.org
@@ -1157,6 +1157,14 @@ Bozhidar Batsov's [[https://github.com/bbatsov/super-save][super-save]] package.
1157 (blackout 'super-save-mode) 1157 (blackout 'super-save-mode)
1158#+end_src 1158#+end_src
1159 1159
1160** Lockfiles
1161
1162I don't think these are really necessary as of now.
1163
1164#+begin_src emacs-lisp :noweb-ref settings
1165 (setq-default create-lockfiles nil)
1166#+end_src
1167
1160** Auto-revert files 1168** Auto-revert files
1161 1169
1162I like to keep the buffers Emacs has in-memory in sync with the actual 1170I like to keep the buffers Emacs has in-memory in sync with the actual