Add a custom report to ledger mode
This commit is contained in:
parent
524b8b167b
commit
8843a9649c
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue