From 731c0ae81aecca94f7dcc4f2dad51a0cd1c3de68 Mon Sep 17 00:00:00 2001 From: Bruce D'Arcus Date: Sat, 20 Aug 2022 10:09:39 -0400 Subject: [PATCH] Remove bold from default highlight face --- citar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citar.el b/citar.el index 6d34f798..c74116d7 100644 --- a/citar.el +++ b/citar.el @@ -70,7 +70,7 @@ buffer.") :group 'citar) (defface citar-highlight - '((t :weight bold)) + '((t)) "Face used to highlight content in `citar' candidates." :group 'citar)