Skip to content

Commit 3c04e1d

Browse files
authored
Refactor ledger transaction snippet for clarity
1 parent 76cc3fc commit 3c04e1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/ledger-mode/transaction

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# key: tr
44
# --
55
`(format-time-string "%Y-%m-%d")` ${1:Description}
6-
${2:Assets:Bank:DBK} ${3:Amount} ${4:EUR}
7-
${5:Expenses:Unknown}
6+
${2} ${3:Amount} ${4:EUR}
7+
${5}

0 commit comments

Comments
 (0)