.emacs-my
changeset 1655 05502e8a049d
parent 1654 984c15b493ab
child 1656 0445e8ee4912
equal deleted inserted replaced
1654:984c15b493ab 1655:05502e8a049d
   965 (message "paren, braces")
   965 (message "paren, braces")
   966 
   966 
   967 (require 'paren)
   967 (require 'paren)
   968 
   968 
   969 (when window-system
   969 (when window-system
   970   (face-spec-set 'show-paren-match '((t :background "cornsilk"))))
   970   (face-spec-set 'show-paren-match '((t :background "wheat"))))
   971 ;; parenthesis, expression, mixed
   971 ;; parenthesis, expression, mixed
   972 (setq show-paren-style 'expression)
   972 (setq show-paren-style 'expression)
   973 
   973 
   974 (show-paren-mode 1) ; Parenthesis matching via highlighting.
   974 (show-paren-mode 1) ; Parenthesis matching via highlighting.
   975 
   975