Increase column where amounts are aligned

This commit is contained in:
Charlotte Van Petegem 2022-01-15 21:44:55 +01:00
parent 065ca4c694
commit 15f4a69a35
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -18,7 +18,7 @@
(ledger-mode-should-check-version nil "Remove version check, since it doesn't work with hledger anyway")
(ledger-post-account-alignment-column 4 "Indent postings with 4 spaces")
(ledger-post-amount-alignment-at :decimal "Align on the decimal")
(ledger-post-amount-alignment-column 59 "Align on column 60")
(ledger-post-amount-alignment-column 69 "Align on column 70")
(ledger-post-auto-align t "Align when moving to the next line")
)
''