Skip to content

Commit

Permalink
Remove bold from default highlight face
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarcus committed Aug 20, 2022
1 parent beb9ce9 commit 731c0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion citar.el
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ buffer.")
:group 'citar)

(defface citar-highlight
'((t :weight bold))
'((t))
"Face used to highlight content in `citar' candidates."
:group 'citar)

Expand Down

0 comments on commit 731c0ae

Please sign in to comment.