equal
deleted
inserted
replaced
591 |
591 |
592 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
592 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
593 (message "highlighting") |
593 (message "highlighting") |
594 |
594 |
595 ;; Increase scrolling speed by defer consuming operation. |
595 ;; Increase scrolling speed by defer consuming operation. |
596 (setq jit-lock-defer-time 0.01) |
596 ;; I disable this due to bugs in Emacs (it doesn't highlight at all until you |
|
597 ;; press any key). |
|
598 ;; (setq jit-lock-defer-time 0.01) |
597 |
599 |
598 (setq font-lock-maximum-decoration t) |
600 (setq font-lock-maximum-decoration t) |
599 (global-font-lock-mode 1) |
601 (global-font-lock-mode 1) |
600 |
602 |
601 (global-hi-lock-mode 1) |
603 (global-hi-lock-mode 1) |