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

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

Re: foreground and background for (setq show-paren-style 'parenthesis)


From: Eli Zaretskii
Subject: Re: foreground and background for (setq show-paren-style 'parenthesis)
Date: Fri, 01 Jan 2021 20:20:40 +0200

> 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.



reply via email to

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