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/python-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/python-mode')
-rw-r--r-- | users/grfn/emacs.d/snippets/python-mode/decorate | 2 | ||||
-rw-r--r-- | users/grfn/emacs.d/snippets/python-mode/dunder | 2 | ||||
-rw-r--r-- | users/grfn/emacs.d/snippets/python-mode/name | 2 | ||||
-rw-r--r-- | users/grfn/emacs.d/snippets/python-mode/pdb | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/users/grfn/emacs.d/snippets/python-mode/decorate b/users/grfn/emacs.d/snippets/python-mode/decorate index 9448b45c9623..4f96748572a2 100644 --- a/users/grfn/emacs.d/snippets/python-mode/decorate +++ b/users/grfn/emacs.d/snippets/python-mode/decorate @@ -1,6 +1,6 @@ # -*- mode: snippet -*- # name: decorate -# uuid: +# uuid: decorate # key: decorate # condition: t # -- diff --git a/users/grfn/emacs.d/snippets/python-mode/dunder b/users/grfn/emacs.d/snippets/python-mode/dunder index c49ec40a15cc..71d99dddc67d 100644 --- a/users/grfn/emacs.d/snippets/python-mode/dunder +++ b/users/grfn/emacs.d/snippets/python-mode/dunder @@ -1,6 +1,6 @@ # -*- mode: snippet -*- # name: dunder -# uuid: +# uuid: dunder # key: du # condition: t # -- diff --git a/users/grfn/emacs.d/snippets/python-mode/name b/users/grfn/emacs.d/snippets/python-mode/name index eca6d60b481f..1495cc91d9fb 100644 --- a/users/grfn/emacs.d/snippets/python-mode/name +++ b/users/grfn/emacs.d/snippets/python-mode/name @@ -1,6 +1,6 @@ # -*- mode: snippet -*- # name: name -# uuid: +# uuid: name # key: name # condition: t # -- diff --git a/users/grfn/emacs.d/snippets/python-mode/pdb b/users/grfn/emacs.d/snippets/python-mode/pdb index 6b5c0bbc0a73..41c6f87cbfc1 100644 --- a/users/grfn/emacs.d/snippets/python-mode/pdb +++ b/users/grfn/emacs.d/snippets/python-mode/pdb @@ -1,6 +1,6 @@ # -*- mode: snippet -*- # name: pdb -# uuid: +# uuid: pdb # key: pdb # condition: t # -- |