help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mic-paren faces in new frame


From: TT
Subject: Re: mic-paren faces in new frame
Date: Wed, 23 May 2001 17:27:03 +0200 (CEST)

> > I've changed the color of paren-face-match and it works
> > well, but when I create a new frame, the colors are set
back
> > to their defaults.
> 
> What exactly did you do to change the color?
> 

>From my .emacs:


;; parens
(when window-system
  (require 'mic-paren)
  (paren-activate)
  (set-face-bold-p 'paren-face-match t)
  (set-face-background 'paren-face-match nil)
  (set-face-background 'paren-face-mismatch "red")
  (set-face-foreground 'paren-face-mismatch nil)
  (setq paren-sexp-mode t))


/Tom

P.S. It's emacs 20.7m, btw.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]