.emacs-my
changeset 1654 984c15b493ab
parent 1653 c9e9a3912a95
child 1655 05502e8a049d
equal deleted inserted replaced
1653:c9e9a3912a95 1654:984c15b493ab
   964 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
   964 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
   965 (message "paren, braces")
   965 (message "paren, braces")
   966 
   966 
   967 (require 'paren)
   967 (require 'paren)
   968 
   968 
       
   969 (when window-system
       
   970   (face-spec-set 'show-paren-match '((t :background "cornsilk"))))
       
   971 ;; parenthesis, expression, mixed
       
   972 (setq show-paren-style 'expression)
       
   973 
   969 (show-paren-mode 1) ; Parenthesis matching via highlighting.
   974 (show-paren-mode 1) ; Parenthesis matching via highlighting.
   970 (setq show-paren-style (quote parenthesis))
       
   971 
   975 
   972 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
   976 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
   973 (message "input method")
   977 (message "input method")
   974 
   978 
   975 (setq mouse-yank-at-point t)
   979 (setq mouse-yank-at-point t)