diff -r 934358ccdc16 -r f8f14aacfc9b .emacs-my --- a/.emacs-my Sat Jan 28 22:20:59 2012 +0200 +++ b/.emacs-my Sat Feb 04 23:11:04 2012 +0200 @@ -559,11 +559,13 @@ (global-set-key [M-f7] 'rgrep) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -(message "syntax highlighting") +(message "highlighting") (setq font-lock-maximum-decoration t) (global-font-lock-mode 1) +(global-hi-lock-mode 1) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (message "highlight selected text")