From aacb1a16876ec75f298512a198307567b0120f17 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 6 Jul 2012 12:36:03 +0900 Subject: [PATCH] change show-paren-match face --- emacs.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 11dd543..fb9cbf6 100644 --- a/emacs.el +++ b/emacs.el @@ -317,7 +317,12 @@ drill-instructor.el" (lambda () (set-cursor-color "black")))) (show-paren-mode 1) -(setq show-paren-style 'mixed) +(setq show-paren-delay 0.5 + show-paren-style 'mixed) +(set-face-background 'show-paren-match + (face-foreground 'default)) +(set-face-inverse-video-p 'show-paren-match + t) (transient-mark-mode 1)