]> git.earman.xyz Git - emacsinit.git/commitdiff
Add reports for ledger-mode
authorrush <rush@Thonkbook.com>
Mon, 16 Jan 2023 01:18:52 +0000 (20:18 -0500)
committerrush <rush@Thonkbook.com>
Mon, 16 Jan 2023 01:18:52 +0000 (20:18 -0500)
init.el

diff --git a/init.el b/init.el
index 95dc2b0b34c7bdf669db3e98e56ebfcf4848175a..4bc1443cece18777f1f340440ee729bfa02e36df 100644 (file)
--- a/init.el
+++ b/init.el
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
+ '(ledger-reports
+   '(("assets" "%(binary) -f %(ledger-file) bal assets")
+     ("income" "%(binary) -f %(ledger-file) bal income")
+     ("expenses" "%(binary) -f %(ledger-file) bal expenses")
+     ("liabilities" "%(binary) -f %(ledger-file) bal liabilities")
+     ("bal" "%(binary) -f %(ledger-file) bal")
+     ("reg" "%(binary) -f %(ledger-file) reg")
+     ("payee" "%(binary) -f %(ledger-file) reg @%(payee)")
+     ("account" "%(binary) -f %(ledger-file) reg %(account)")))
  '(minibuffer-prompt-properties '(read-only t cursor-intangible t face minibuffer-prompt))
  '(package-selected-packages
    '(ledger-mode s openwith gnuplot-mode magit expand-region company use-package)))