changeset 1164 | ca644074aac4 |
parent 1158 | 89f674f09ca3 |
child 1165 | 51cebd6ff0ac |
--- a/.emacs-my Sun Oct 05 13:48:08 2014 +0300 +++ b/.emacs-my Tue Oct 14 23:47:08 2014 +0300 @@ -1130,7 +1130,7 @@ (message "logging, logs") (defun my-auto-revert-tail-mode-hook () - (when (string-match "/logs?/\\|\\.\\(?:log\\|out\\)\\'" + (when (string-match "/logs?/\\|\\.\\(?:log\\|out\\)\\'\\|/.xsession-errors\\'" (buffer-file-name (current-buffer))) (auto-revert-tail-mode 1) (log4-hi-mode 1)