fix(grfn/emacs): Give all snippets a unique uuid
Change-Id: Iae2ce3783bc2632b265641e286b4145373c7a226 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8478 Reviewed-by: grfn <grfn@gws.fyi> Autosubmit: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
6f747227f0
commit
513a35b503
15 changed files with 15 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: async test
|
||||
# uuid:
|
||||
# uuid: atest
|
||||
# key: atest
|
||||
# condition: t
|
||||
# --
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: benchmark
|
||||
# uuid:
|
||||
# uuid: benchmark
|
||||
# key: bench
|
||||
# condition: t
|
||||
# --
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: proptest
|
||||
# uuid:
|
||||
# uuid: proptest
|
||||
# key: proptest
|
||||
# condition: t
|
||||
# --
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: test-module
|
||||
# uuid:
|
||||
# uuid: test-module
|
||||
# key: tmod
|
||||
# condition: t
|
||||
# --
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue