Add a custom report to ledger mode

This commit is contained in:
Tobias Ostner 2026-05-01 11:37:07 +02:00
parent 524b8b167b
commit 8843a9649c

View file

@ -385,6 +385,13 @@
(js-chain-indent t)
(js-indent-level 2))
(use-package ledger-mode
:defer t
:config
(add-to-list 'ledger-reports
'("Subscriptions last month"
"%(binary) -f %(ledger-file) bal Expenses:Subscriptions --period \"last month\"")))
(use-package ligature
:after fontaine
:config