branch: elpa/yasnippet-snippets commit ecc90b8322a4944f94b2a47551065965dfbf29a2 Author: Chris Narkiewicz <he...@ezaquarii.com> Commit: GitHub <nore...@github.com>
Generate UUID in org-mode (#519) --- snippets/org-mode/uuid | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/snippets/org-mode/uuid b/snippets/org-mode/uuid new file mode 100644 index 00000000000..3db996dbac4 --- /dev/null +++ b/snippets/org-mode/uuid @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: generate uuid +# key: uuid_ +# -- +`(org-id-uuid)` \ No newline at end of file