From 7a0b004f9d1f6dbdc93fef872bf8b5eb1fe794cd Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Tue, 9 Dec 2014 12:47:53 +0000 Subject: Use font-lock-preprocessor-face as the basis for directive faces --- lisp/ledger-fonts.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/ledger-fonts.el') 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) -- cgit v1.2.3