mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-22 16:21:04 -05:00
feat(beancount): add {next,previous}-transaction commands
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
"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
|
||||
"b" #'+beancount/balance
|
||||
"c" #'beancount-check
|
||||
|
Reference in New Issue
Block a user