Make ledger-fontify-xact-state-overrides nil by default

This commit is contained in:
Craig Earls 2014-09-22 22:27:44 -07:00
parent 2c5b8e9ce9
commit 59613845e7

View file

@ -28,12 +28,12 @@
(provide 'ledger-fontify) (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 "If t the overall xact state (cleard, pending, nil) will
control the font of the entire transaction, not just the payee control the font of the entire transaction, not just the payee
line." line."
:type 'boolean :type 'boolean
:group 'ledger-fontification) :group 'ledger)
(defun ledger-fontify-buffer-part (&optional beg end len) (defun ledger-fontify-buffer-part (&optional beg end len)
;; (message (concat "ledger-fontify-buffer-part: (" ;; (message (concat "ledger-fontify-buffer-part: ("