changes
This commit is contained in:
11
snippets/org-mode/acc
Normal file
11
snippets/org-mode/acc
Normal file
@@ -0,0 +1,11 @@
|
||||
# -*- mode: snippet -*-
|
||||
# -*- time-stamp-active: nil; -*-
|
||||
# name: accounting block
|
||||
# uuid: acc
|
||||
# trigger: acc
|
||||
# condition: t
|
||||
# expand-env: ((yas-indent-line 'fixed) (yas-wrap-around-region 'nil))
|
||||
# --
|
||||
|
||||
`(format-time-string "%Y")`/$1/$2 $3
|
||||
acc_entry$0
|
10
snippets/org-mode/acc_entry
Normal file
10
snippets/org-mode/acc_entry
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- mode: snippet -*-
|
||||
# -*- time-stamp-active: nil; -*-
|
||||
# name: accounting entry
|
||||
# uuid: acc_entry
|
||||
# trigger: acc_entry
|
||||
# condition: t
|
||||
# expand-env: ((yas-indent-line nil) (yas-wrap-around-region 'nil)
|
||||
# --
|
||||
$1 €$2
|
||||
${3:$$(yas-choose-value '("acc_entry" "Assets:Bank:Kahr:Primary\n" "Liabilities:Credit Card:Kahr:Main\n"))}$0
|
Reference in New Issue
Block a user