From 10a17a7142474a392427d600ef3f0eaa7bc0f478 Mon Sep 17 00:00:00 2001 From: stardiviner Date: Tue, 17 Apr 2018 15:47:17 +0800 Subject: small fix of face `coq-symbol-face' --- coq/coq-db.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3