From fbfdf2b6a664deba2c3ccaaf961c86a2ab562061 Mon Sep 17 00:00:00 2001 From: Daniele Nicolodi Date: Mon, 29 Apr 2024 22:02:42 +0200 Subject: [PATCH] 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 50c8cd0..31cd37c 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