diff options
Diffstat (limited to 'emacs-config.org')
| -rw-r--r-- | emacs-config.org | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs-config.org b/emacs-config.org index 0842244..45eec94 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -50,6 +50,11 @@ Replace selected region when yanking text. (delete-selection-mode) #+end_src +Auto update buffer on any file changes. +#+begin_src elisp + (global-auto-revert-mode) +#+end_src + Automatically remove trailing whitespace on file-save. #+begin_src elisp (add-hook 'before-save-hook #'whitespace-cleanup) |
