aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-config.el
diff options
context:
space:
mode:
authorDavid Aspinall2007-08-19 11:25:15 +0000
committerDavid Aspinall2007-08-19 11:25:15 +0000
commitf6467fad6cf66baaf0fb5d3b60acaf755acb7c2a (patch)
tree7811fca56b62aac29212f1b757dca46739d64b97 /generic/proof-config.el
parent009b2f163964fd95691913163fd15fb43c84fdc0 (diff)
proof-active-area-face: highlighting face for active area
Diffstat (limited to 'generic/proof-config.el')
-rw-r--r--generic/proof-config.el7
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)