tvl-depot/users/grfn/emacs.d/snippets/org-mode/transaction

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
81 B
Text
Raw Normal View History

2019-07-09 23:50:51 +02:00
# -*- mode: snippet -*-
# name: transaction
# key: begin
# --
BEGIN;
$0
ROLLBACK;