Enable 'global-hi-lock-mode'.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 04 Feb 2012 23:11:04 +0200
changeset 861 f8f14aacfc9b
parent 860 934358ccdc16
child 862 6b956999856b
Enable 'global-hi-lock-mode'.
.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")