diff options
author | JSDurand <mmemmew@gmail.com> | 2023-08-24 19:08:20 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2023-08-24 19:08:20 +0800 |
commit | afe39e063d825e35ac094e8207afa95a647fc643 (patch) | |
tree | 259fbaab8f837838ad7260c76908d4b2770d84fe /account.el | |
parent | d0096dfd0ba60f0bff96b8e37c1bc2d00475943b (diff) |
account: add two purposes
* account.el (account-purposes-list): Two purposes "book" and
"transportation" were missed.
Diffstat (limited to 'account.el')
-rw-r--r-- | account.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 () |