diff options
Diffstat (limited to 'users/glittershark/emacs.d/snippets/org-mode/transaction')
-rw-r--r-- | users/glittershark/emacs.d/snippets/org-mode/transaction | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/users/glittershark/emacs.d/snippets/org-mode/transaction b/users/glittershark/emacs.d/snippets/org-mode/transaction new file mode 100644 index 000000000000..37f2dd31caff --- /dev/null +++ b/users/glittershark/emacs.d/snippets/org-mode/transaction @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: transaction +# key: begin +# -- +BEGIN; +$0 +ROLLBACK; \ No newline at end of file |