branch: elpa/beancount commit fbfdf2b6a664deba2c3ccaaf961c86a2ab562061 Author: Daniele Nicolodi <dani...@grinta.net> Commit: Daniele Nicolodi <dani...@grinta.net>
Make beancount-amount face inherit from default face not the non-existing font-lock-default-face. --- beancount.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beancount.el b/beancount.el index 50c8cd07e2..31cd37ccb5 100644 --- a/beancount.el +++ b/beancount.el @@ -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