Skip to content

Commit

Permalink
Make beancount-amount face inherit from default face
Browse files Browse the repository at this point in the history
not the non-existing font-lock-default-face.
  • Loading branch information
dnicolodi committed Apr 29, 2024
1 parent 3725c02 commit fbfdf2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beancount.el
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ from the open directive for the relevant account."
"Face for Beancount account names.")

(defface beancount-amount
'((t :inherit font-lock-default-face))
'((t :inherit default))
"Face for Beancount amounts.")

(defface beancount-narrative
Expand Down

0 comments on commit fbfdf2b

Please sign in to comment.