summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2023-08-24 19:08:20 +0800
committerJSDurand <mmemmew@gmail.com>2023-08-24 19:08:20 +0800
commitafe39e063d825e35ac094e8207afa95a647fc643 (patch)
tree259fbaab8f837838ad7260c76908d4b2770d84fe
parentd0096dfd0ba60f0bff96b8e37c1bc2d00475943b (diff)
account: add two purposes
* account.el (account-purposes-list): Two purposes "book" and "transportation" were missed.
-rw-r--r--account.el3
1 files changed, 2 insertions, 1 deletions
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 ()