mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-04 11:40:22 +00:00
(show-paren-command-hook): Set paren foreground to white.
This commit is contained in:
parent
3c9179ea1e
commit
a060984a9a
@ -86,7 +86,9 @@
|
||||
(progn
|
||||
(make-face 'paren-mismatch)
|
||||
(set-face-background 'paren-mismatch
|
||||
"purple")))
|
||||
"purple")
|
||||
(set-face-foreground 'paren-mismatch
|
||||
"white")))
|
||||
(setq show-paren-mismatch-face 'paren-mismatch))
|
||||
(if show-paren-mismatch-face
|
||||
(setq face show-paren-mismatch-face)
|
||||
|
Loading…
Reference in New Issue
Block a user