diff options
| author | David Aspinall | 2007-08-19 11:25:15 +0000 |
|---|---|---|
| committer | David Aspinall | 2007-08-19 11:25:15 +0000 |
| commit | f6467fad6cf66baaf0fb5d3b60acaf755acb7c2a (patch) | |
| tree | 7811fca56b62aac29212f1b757dca46739d64b97 /generic/proof-config.el | |
| parent | 009b2f163964fd95691913163fd15fb43c84fdc0 (diff) | |
proof-active-area-face: highlighting face for active area
Diffstat (limited to 'generic/proof-config.el')
| -rw-r--r-- | generic/proof-config.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el index 1db9569f..7709e279 100644 --- a/generic/proof-config.el +++ b/generic/proof-config.el @@ -592,6 +592,13 @@ Warning messages can come from proof assistant or from Proof General itself." "*Face for showing (forwards) dependencies." :group 'proof-faces) +(defface proof-active-area-face + (proof-face-specs + (:underlined t) + (:underlined t) + (:underlined t)) + "*Face for showing active areas (clickable regions), outside of subterm markup." + :group 'proof-faces) |
