From 513a35b503b4690f9e7faadfdcf73ab544995154 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Tue, 11 Apr 2023 09:25:11 -0400 Subject: fix(grfn/emacs): Give all snippets a unique uuid Change-Id: Iae2ce3783bc2632b265641e286b4145373c7a226 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8478 Reviewed-by: grfn Autosubmit: grfn Tested-by: BuildkiteCI --- users/grfn/emacs.d/snippets/python-mode/decorate | 2 +- users/grfn/emacs.d/snippets/python-mode/dunder | 2 +- users/grfn/emacs.d/snippets/python-mode/name | 2 +- users/grfn/emacs.d/snippets/python-mode/pdb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'users/grfn/emacs.d/snippets/python-mode') 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 # -- -- cgit 1.4.1