summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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