Added auto-revert-mode
Active auto-revert-mode that automatically reloads modified files out of Emacs. It is very useful to see logs (like auto-revert-tail-mode) among many other cases.
This commit is contained in:
parent
34de2970c2
commit
b48545bb7b
@ -9,6 +9,12 @@
|
||||
;;(when (eval-when-compile (version< "24.4" emacs-version))
|
||||
;; (electric-indent-mode 1))
|
||||
|
||||
;; Active auto-revert-mode that automatically reloads modified files out of Emacs.
|
||||
;; It is very useful to see logs (like auto-revert-tail-mode) among many other cases.
|
||||
(global-auto-revert-mode)
|
||||
(setq global-auto-revert-non-file-buffers t
|
||||
auto-revert-verbose nil)
|
||||
|
||||
;;----------------------------------------------------------------------------
|
||||
;; Show matching parens
|
||||
;;----------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user