From 59613845e7120cb067592faf257d618965bf43f9 Mon Sep 17 00:00:00 2001 From: Craig Earls Date: Mon, 22 Sep 2014 22:27:44 -0700 Subject: Make ledger-fontify-xact-state-overrides nil by default --- lisp/ledger-fontify.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/ledger-fontify.el') diff --git a/lisp/ledger-fontify.el b/lisp/ledger-fontify.el index 8059055d..d5c6b1fc 100644 --- a/lisp/ledger-fontify.el +++ b/lisp/ledger-fontify.el @@ -28,12 +28,12 @@ (provide 'ledger-fontify) -(defcustom ledger-fontify-xact-state-overrides t +(defcustom ledger-fontify-xact-state-overrides nil "If t the overall xact state (cleard, pending, nil) will control the font of the entire transaction, not just the payee line." :type 'boolean - :group 'ledger-fontification) + :group 'ledger) (defun ledger-fontify-buffer-part (&optional beg end len) ;; (message (concat "ledger-fontify-buffer-part: (" -- cgit v1.2.3