[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: foreground and background for (setq show-paren-style 'parenthesis)
From: |
michael-franzese |
Subject: |
Re: foreground and background for (setq show-paren-style 'parenthesis) |
Date: |
Fri, 1 Jan 2021 19:34:59 +0100 |
I have done (require 'paren) before defining my functions. It is working
for (setq show-paren-style 'parenthesis), but not when using
(setq show-paren-style 'expression).
> Sent: Friday, January 01, 2021 at 11:50 PM
> From: "Eli Zaretskii" <eliz@gnu.org>
> To: help-gnu-emacs@gnu.org
> Subject: Re: foreground and background for (setq show-paren-style
> 'parenthesis)
>
> > From: michael-franzese@gmx.com
> > Date: Fri, 1 Jan 2021 18:09:08 +0100
> >
> > Have put the following code, yet the foreground and background are
> > not being set as defined.
> >
> > (setq show-paren-style 'parenthesis)
> > (set-face-background 'show-paren-match "#FFA600")
> > (set-face-foreground 'show-paren-match "#0000A3")
>
> If you do this before loading paren.el, then the face show-paren-match
> is not yet defined, I think.
>
>