Add a ledger report
This commit is contained in:
parent
9bd131c8bb
commit
f6c54aac6a
1 changed files with 6 additions and 3 deletions
|
|
@ -387,9 +387,12 @@
|
||||||
(use-package ledger-mode
|
(use-package ledger-mode
|
||||||
:defer t
|
:defer t
|
||||||
:config
|
:config
|
||||||
(add-to-list 'ledger-reports
|
(dolist (report
|
||||||
'("Subscriptions last month"
|
'(("Subscriptions last month"
|
||||||
"%(binary) -f %(ledger-file) bal Expenses:Subscriptions --period \"last month\"")))
|
"%(binary) -f %(ledger-file) bal Expenses:Subscriptions --period \"last month\"")
|
||||||
|
("Groceries last month"
|
||||||
|
"%(binary) -f %(ledger-file) bal Expenses:Groceries --period \"last month\"")))
|
||||||
|
(add-to-list 'ledger-reports report)))
|
||||||
|
|
||||||
(use-package ligature
|
(use-package ligature
|
||||||
:after fontaine
|
:after fontaine
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue