From 22e4f46f5ecf5c8e7124693af10e4e3143484079 Mon Sep 17 00:00:00 2001 From: Random936 Date: Mon, 2 Feb 2026 09:43:40 -0500 Subject: [PATCH] Updated ledger budget view to remove income --- .emacs.d/ledger.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))))