init.el: Auto refresh all buffers

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2019-03-28 10:51:48 +05:30
parent e8269d80f4
commit bbff45c70a

View file

@ -10,6 +10,7 @@
;; Other configs
(setq make-backup-files nil)
(setq auto-save-default nil)
(global-auto-revert-mode t)
;; Splash Screen
(setq inhibit-startup-screen t)