.emacs-my
changeset 396 3414288e4a61
parent 392 cc270f57ab7b
parent 395 c7f6eb04626d
child 397 c743dacafbce
equal deleted inserted replaced
392:cc270f57ab7b 396:3414288e4a61
   271 
   271 
   272 ;; ----------------------------------------------------------------------
   272 ;; ----------------------------------------------------------------------
   273 ;; syntax highlighting.
   273 ;; syntax highlighting.
   274 
   274 
   275 (setq font-lock-maximum-decoration t)
   275 (setq font-lock-maximum-decoration t)
   276 (global-font-lock-mode 1 t)
   276 (global-font-lock-mode 1)
   277 
   277 
   278 ;; ----------------------------------------------------------------------
   278 ;; ----------------------------------------------------------------------
   279 ;; highlight selected text.
   279 ;; highlight selected text.
   280 
   280 
   281 ;; 1/-1, when the mark is active, the region is highlighted.
   281 ;; 1/-1, when the mark is active, the region is highlighted.