init.el: Auto refresh all buffers
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
e8269d80f4
commit
bbff45c70a
1 changed files with 1 additions and 0 deletions
1
init.el
1
init.el
|
@ -10,6 +10,7 @@
|
||||||
;; Other configs
|
;; Other configs
|
||||||
(setq make-backup-files nil)
|
(setq make-backup-files nil)
|
||||||
(setq auto-save-default nil)
|
(setq auto-save-default nil)
|
||||||
|
(global-auto-revert-mode t)
|
||||||
|
|
||||||
;; Splash Screen
|
;; Splash Screen
|
||||||
(setq inhibit-startup-screen t)
|
(setq inhibit-startup-screen t)
|
||||||
|
|
Loading…
Reference in a new issue