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:
@@ -9,6 +9,12 @@
|
|||||||
;;(when (eval-when-compile (version< "24.4" emacs-version))
|
;;(when (eval-when-compile (version< "24.4" emacs-version))
|
||||||
;; (electric-indent-mode 1))
|
;; (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
|
;; Show matching parens
|
||||||
;;----------------------------------------------------------------------------
|
;;----------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user