Enable Global Auto Revert Mode

- Auto revert buffers for changed files
This commit is contained in:
Sravan Balaji
2022-05-19 07:41:12 -04:00
parent 381ae07bc3
commit 7f0e5c606a
2 changed files with 11 additions and 0 deletions

View File

@@ -48,3 +48,5 @@
:i "TAB" #'cdlatex-tab)
(add-to-list 'auto-mode-alist '("\\.m\\'" . octave-mode))
(global-auto-revert-mode 1)