aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar stardiviner <numbchild@gmail.com>2018-04-17 15:47:17 +0800
committerGravatar stardiviner <numbchild@gmail.com>2018-04-22 06:18:48 +0800
commit10a17a7142474a392427d600ef3f0eaa7bc0f478 (patch)
tree41715de81242c66f303508bb2e7734d0ab6334da
parentccfc917a6a907c360ce68e8a8be5700428f48b96 (diff)
small fix of face `coq-symbol-face'
-rw-r--r--coq/coq-db.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq-db.el b/coq/coq-db.el
index dd9020d8..28f2ff2b 100644
--- a/coq/coq-db.el
+++ b/coq/coq-db.el
@@ -316,7 +316,7 @@ See `coq-syntax-db' for DB structure."
:group 'proof-faces)
(defface coq-symbol-face
- '((t :inherit default-face :bold coq-bold-unicode-binders))
+ '((t :inherit font-lock-type-face :bold coq-bold-unicode-binders))
"Face for unicode binders, by default a bold version of `font-lock-type-face'."
:group 'proof-faces)