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

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

Re: Matching Parentheses


From: Gregory Heytings
Subject: Re: Matching Parentheses
Date: Sat, 03 Oct 2020 11:25:38 +0000
User-agent: Alpine 2.22 (NEB 394 2020-01-19)



I am trying to match parenthesis, however the highlighting is difficult to see. Any idea on how to make the matching look very pronounced.


show-paren-mode without additional configuration should be clearly visible, with or without (setq show-paren-style 'expression).

Of course, if you do:

(set-face-background 'show-paren-match (face-background 'default))

you will not see anything anymore.  I would suggest:

(set-face-background 'show-paren-match "green")
(set-face-background 'show-paren-mismatch "red")



reply via email to

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