diff options
-rw-r--r-- | lisp/ledger-fonts.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ledger-fonts.el b/lisp/ledger-fonts.el index 4a3570f4..f5ed6e94 100644 --- a/lisp/ledger-fonts.el +++ b/lisp/ledger-fonts.el @@ -121,8 +121,8 @@ ;; ledger-font-other-face) (,ledger-comment-regex 0 'ledger-font-comment-face) - (,ledger-amount-regex 0 - 'ledger-font-posting-amount-face) + (,ledger-amount-regex 0 + 'ledger-font-posting-amount-face) (,ledger-multiline-comment-regex 0 'ledger-font-comment-face) (,ledger-payee-pending-regex 2 'ledger-font-payee-pending-face) ; Works |