changeset 1138 | 1e363722e775 |
parent 1135 | b6dcbd747884 |
child 1139 | e4879b513d50 |
--- a/.emacs-my Wed Apr 16 20:15:01 2014 +0300 +++ b/.emacs-my Wed May 07 19:18:22 2014 +0300 @@ -1121,7 +1121,7 @@ (message "logging, logs") (defun my-auto-revert-tail-mode-hook () - (when (string-match "/var/log/\\|\\.log\\'" + (when (string-match "/logs?/\\|\\.\\(?:log\\|out\\)\\'" (buffer-file-name (current-buffer))) (auto-revert-tail-mode 1) (log4-hi-mode 1)