1
0
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:
Richard M. Stallman 1994-06-23 14:31:35 +00:00
parent 3c9179ea1e
commit a060984a9a

View File

@ -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)