From afe39e063d825e35ac094e8207afa95a647fc643 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Thu, 24 Aug 2023 19:08:20 +0800 Subject: account: add two purposes * account.el (account-purposes-list): Two purposes "book" and "transportation" were missed. --- account.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/account.el b/account.el index 00c6e61..a39f350 100644 --- a/account.el +++ b/account.el @@ -85,7 +85,8 @@ The first capture group is the name of the item.") (defvar account-purposes-list (list "breakfast" "brunch" "brunverage" "lunch" - "dinner" "beverage" "snack" "fruit") + "dinner" "beverage" "snack" "fruit" "book" + "transportation") "The list of purposes of accounts.") (defun account-shop-item-alist () -- cgit v1.2.3-18-g5258