This commit is contained in:
EliasVincent 2024-12-22 17:57:44 +01:00
parent c46916c79c
commit 223c0d1e92
1 changed files with 1 additions and 0 deletions

View File

@ -109,3 +109,4 @@
(abbrev-mode 1)) ;; enable abbrev mode (abbrev-mode 1)) ;; enable abbrev mode
;; reload files on save ;; reload files on save
(global-auto-revert-mode 1) (global-auto-revert-mode 1)
(setq global-auto-revert-non-file-buffers t)