diff options
author | Case Duckworth | 2021-01-27 12:45:03 -0600 |
---|---|---|
committer | Case Duckworth | 2021-01-27 12:45:03 -0600 |
commit | 09c5564bd8e8195b042ec6ab02e32d4fd930ae13 (patch) | |
tree | 95f15ca9d94784c035fda08fa9dc12cadf886326 | |
parent | Typos and formatting (diff) | |
download | emacs-09c5564bd8e8195b042ec6ab02e32d4fd930ae13.tar.gz emacs-09c5564bd8e8195b042ec6ab02e32d4fd930ae13.zip |
Don't create lockfiles
-rw-r--r-- | config.org | 8 |
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 | |||
1162 | I 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 | ||
1162 | I like to keep the buffers Emacs has in-memory in sync with the actual | 1170 | I like to keep the buffers Emacs has in-memory in sync with the actual |