fix(beancount): +beancount/balance: make v3 compliant

bean-report was removed in beancount v3+, so we defer to bean-query,
which is present in both v2 and v3 (though it lives in a separate repo
in v3).
This commit is contained in:
Henrik Lissner
2025-04-30 03:44:44 -04:00
parent ac0a327721
commit 440e952056
2 changed files with 6 additions and 6 deletions

View File

@@ -28,9 +28,6 @@
(browse-url (match-string 1 output))))))
(map! :map beancount-mode-map
"TAB" (cmds! (and outline-minor-mode (outline-on-heading-p))
#'beancount-outline-cycle
#'indent-according-to-mode)
:m "[[" #'+beancount/previous-transaction
:m "]]" #'+beancount/next-transaction
:localleader