Make ledger-fontify-xact-state-overrides nil by default
This commit is contained in:
parent
2c5b8e9ce9
commit
59613845e7
1 changed files with 2 additions and 2 deletions
|
|
@ -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: ("
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue