diff options
author | Griffin Smith <root@gws.fyi> | 2023-04-11T13·25-0400 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-04-11T13·33+0000 |
commit | 513a35b503b4690f9e7faadfdcf73ab544995154 (patch) | |
tree | bfe5e637c08ede9ac3d3f8a69b81b14ccbb4a0f3 /users/grfn/emacs.d/snippets/haskell-mode | |
parent | 6f747227f0069cf148eef4a60161a13309842ce3 (diff) |
fix(grfn/emacs): Give all snippets a unique uuid r/6091
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
Diffstat (limited to 'users/grfn/emacs.d/snippets/haskell-mode')
-rw-r--r-- | users/grfn/emacs.d/snippets/haskell-mode/hlint | 2 | ||||
-rw-r--r-- | users/grfn/emacs.d/snippets/haskell-mode/test-group | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/users/grfn/emacs.d/snippets/haskell-mode/hlint b/users/grfn/emacs.d/snippets/haskell-mode/hlint index 74b63dc672e4..f25a9b8d409e 100644 --- a/users/grfn/emacs.d/snippets/haskell-mode/hlint +++ b/users/grfn/emacs.d/snippets/haskell-mode/hlint @@ -1,6 +1,6 @@ # -*- mode: snippet -*- # name: hlint -# uuid: +# uuid: hlint # expand-env: ((yas-indent-line 'fixed)) # key: hlint # condition: t diff --git a/users/grfn/emacs.d/snippets/haskell-mode/test-group b/users/grfn/emacs.d/snippets/haskell-mode/test-group index 948e90d9e02e..bf6a66f8a34f 100644 --- a/users/grfn/emacs.d/snippets/haskell-mode/test-group +++ b/users/grfn/emacs.d/snippets/haskell-mode/test-group @@ -1,6 +1,6 @@ # -*- mode: snippet -*- # name: test-group -# uuid: +# uuid: test-group # key: testGroup # condition: t # -- |