diff -r df229243950a -r eed45b8a9e3a .emacs-my --- a/.emacs-my Wed Oct 09 16:44:42 2013 +0300 +++ b/.emacs-my Wed Oct 09 18:05:14 2013 +0300 @@ -1070,6 +1070,7 @@ (when (string-match "/var/log/\\|\\.log\\'" (buffer-file-name (current-buffer))) (auto-revert-tail-mode 1) + (log4-hi-mode 1) )) (add-hook 'find-file-hook 'my-auto-revert-tail-mode-hook)