diff --git a/.emacs.d/ledger.org b/.emacs.d/ledger.org index 335cc07..66d4119 100644 --- a/.emacs.d/ledger.org +++ b/.emacs.d/ledger.org @@ -20,7 +20,7 @@ '(("bal" "%(binary) -f %(ledger-file) bal") ("monthly balance" "%(binary) -f %(ledger-file) bal -p 'this month'") ("daily balance" "%(binary) -f %(ledger-file) bal -p 'today'") - ("budget" "%(binary) -f %(ledger-file) -p %(month) budget ^Expenses ^Income") + ("budget" "%(binary) -f %(ledger-file) -p %(month) budget ^Expenses") ("account" "%(binary) -f %(ledger-file) reg %(account)") ("register" "%(binary) -f %(ledger-file) register"))))