diff options
-rw-r--r-- | lisp/ledger-fonts.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ledger-fonts.el b/lisp/ledger-fonts.el index 1dba7b4c..117eb1d1 100644 --- a/lisp/ledger-fonts.el +++ b/lisp/ledger-fonts.el @@ -91,7 +91,7 @@ :group 'ledger-faces) (defface ledger-font-directive-face - `((t :foreground "#009900" :weight normal)) + `((t :inherit font-lock-preprocessor-face)) "Default face for other transactions" :group 'ledger-faces) |