ledger / ledger-mode

Emacs Lisp files for interacting with the C++Ledger accounting system
GNU General Public License v2.0
377 stars 75 forks source link

reconcile: Optionally display balance in header line #389

Closed bcc32 closed 5 months ago

bcc32 commented 8 months ago

This commit adds a new customization, ledger-reconcile-display-balance-in-header. If non-nil, this causes the reconcile buffer's header line to display the cleared+pending balance, as well as the difference from target (if any), continuously while reconciling. I have found this far more convenient than searching through *Messages* for the last balance message (although I learned that ledger-display-balance has a key binding while implementing this, I still think this feature may be useful).

bcc32 commented 5 months ago

Thanks for review! I took the liberty of adding a NEWS entry for this one, too.