equal
deleted
inserted
replaced
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) |