.emacs-my
changeset 393 83d501952356
parent 392 cc270f57ab7b
child 394 03d8b85ff815
equal deleted inserted replaced
392:cc270f57ab7b 393:83d501952356
   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.