reload on save

This commit is contained in:
EliasVincent 2024-12-22 17:55:10 +01:00
parent 76a100e3a2
commit c46916c79c
1 changed files with 2 additions and 0 deletions

View File

@ -107,3 +107,5 @@
(insert "\n\n#+END_SRC")
(forward-char 13)))
(abbrev-mode 1)) ;; enable abbrev mode
;; reload files on save
(global-auto-revert-mode 1)