aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-db.el
diff options
context:
space:
mode:
Diffstat (limited to 'coq/coq-db.el')
-rw-r--r--coq/coq-db.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/coq/coq-db.el b/coq/coq-db.el
index 25eee637..0d9c0a6e 100644
--- a/coq/coq-db.el
+++ b/coq/coq-db.el
@@ -305,6 +305,11 @@ See `coq-syntax-db' for DB structure."
"Face for unicode binders, by default a bold version of `font-lock-type-face'."
:group 'proof-faces)
+(defface coq-symbol-face
+ '((t :inherit default-face :bold coq-bold-unicode-binders))
+ "Face for unicode binders, by default a bold version of `font-lock-type-face'."
+ :group 'proof-faces)
+
(defface coq-question-mark-face
'((t :inherit font-lock-variable-name-face))
"Face for Ltac binders and evars."
@@ -327,6 +332,10 @@ Required so that 'coq-cheat-face is a proper facename")
"Expression that evaluates to a face.
Required so that 'coq-symbol-binder-face is a proper facename")
+(defconst coq-symbol-face 'coq-symbol-face
+ "Expression that evaluates to a face.
+Required so that 'coq-symbol-binder-face is a proper facename")
+
(defconst coq-question-mark-face 'coq-question-mark-face)