author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Wed, 31 May 2017 16:11:48 +0300 | |
changeset 1530 | b4f84f71f7ab |
parent 1529 | 37b616faabb8 |
child 1531 | 59d0e2ab77f1 |
--- a/.emacs-my Sun Apr 23 21:27:59 2017 +0300 +++ b/.emacs-my Wed May 31 16:11:48 2017 +0300 @@ -408,6 +408,8 @@ ) (setq truncate-partial-width-windows nil) +(setq large-file-warning-threshold (* 12 1000 1000)) ; Greater then 10 MiB in order to open logs without warnings. + ;; show column & line numbers in status bar (setq column-number-mode t) (setq line-number-mode t)