.emacs-my
changeset 395 c7f6eb04626d
parent 391 09cfea42153e
child 396 3414288e4a61
equal deleted inserted replaced
391:09cfea42153e 395:c7f6eb04626d
   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.