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/haskell-mode/hlint | 2 +- users/grfn/emacs.d/snippets/haskell-mode/test-group | 2 +- users/grfn/emacs.d/snippets/nix-mode/fetchFromGitHub | 2 +- users/grfn/emacs.d/snippets/nix-mode/sha256 | 2 +- users/grfn/emacs.d/snippets/org-mode/combat | 2 +- users/grfn/emacs.d/snippets/prolog-mode/use-module | 2 +- 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 +- users/grfn/emacs.d/snippets/rust-mode/async test | 2 +- users/grfn/emacs.d/snippets/rust-mode/benchmark | 2 +- users/grfn/emacs.d/snippets/rust-mode/proptest | 2 +- users/grfn/emacs.d/snippets/rust-mode/test-module | 2 +- users/grfn/emacs.d/snippets/terraform-mode/variable | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) (limited to 'users/grfn/emacs.d/snippets') 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 # -- diff --git a/users/grfn/emacs.d/snippets/nix-mode/fetchFromGitHub b/users/grfn/emacs.d/snippets/nix-mode/fetchFromGitHub index 9b9373573048..d2447e4b5a4d 100644 --- a/users/grfn/emacs.d/snippets/nix-mode/fetchFromGitHub +++ b/users/grfn/emacs.d/snippets/nix-mode/fetchFromGitHub @@ -1,6 +1,6 @@ # -*- mode: snippet -*- # name: fetchFromGitHub -# uuid: +# uuid: fetchFromGitHub # key: fetchFromGitHub # condition: t # -- diff --git a/users/grfn/emacs.d/snippets/nix-mode/sha256 b/users/grfn/emacs.d/snippets/nix-mode/sha256 index e3d52e1c0201..bc640e5ab09b 100644 --- a/users/grfn/emacs.d/snippets/nix-mode/sha256 +++ b/users/grfn/emacs.d/snippets/nix-mode/sha256 @@ -1,6 +1,6 @@ # -*- mode: snippet -*- # name: sha256 -# uuid: +# uuid: sha256 # key: sha256 # condition: t # -- diff --git a/users/grfn/emacs.d/snippets/org-mode/combat b/users/grfn/emacs.d/snippets/org-mode/combat index ef46062d09b4..b4db0f433aec 100644 --- a/users/grfn/emacs.d/snippets/org-mode/combat +++ b/users/grfn/emacs.d/snippets/org-mode/combat @@ -1,6 +1,6 @@ # -*- mode: snippet -*- # name: combat -# uuid: +# uuid: combat # key: combat # condition: t # -- diff --git a/users/grfn/emacs.d/snippets/prolog-mode/use-module b/users/grfn/emacs.d/snippets/prolog-mode/use-module index 970391f93693..75fd19b6414b 100644 --- a/users/grfn/emacs.d/snippets/prolog-mode/use-module +++ b/users/grfn/emacs.d/snippets/prolog-mode/use-module @@ -1,6 +1,6 @@ # -*- mode: snippet -*- # name: use-module -# uuid: +# uuid: use-module # key: use # condition: t # -- 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 # -- diff --git a/users/grfn/emacs.d/snippets/rust-mode/async test b/users/grfn/emacs.d/snippets/rust-mode/async test index 27410754742a..2352d7b56bcc 100644 --- a/users/grfn/emacs.d/snippets/rust-mode/async test +++ b/users/grfn/emacs.d/snippets/rust-mode/async test @@ -1,6 +1,6 @@ # -*- mode: snippet -*- # name: async test -# uuid: +# uuid: atest # key: atest # condition: t # -- diff --git a/users/grfn/emacs.d/snippets/rust-mode/benchmark b/users/grfn/emacs.d/snippets/rust-mode/benchmark index f1446923a0e4..9ec43075380b 100644 --- a/users/grfn/emacs.d/snippets/rust-mode/benchmark +++ b/users/grfn/emacs.d/snippets/rust-mode/benchmark @@ -1,6 +1,6 @@ # -*- mode: snippet -*- # name: benchmark -# uuid: +# uuid: benchmark # key: bench # condition: t # -- diff --git a/users/grfn/emacs.d/snippets/rust-mode/proptest b/users/grfn/emacs.d/snippets/rust-mode/proptest index 377b3cfcf60c..be12af49113a 100644 --- a/users/grfn/emacs.d/snippets/rust-mode/proptest +++ b/users/grfn/emacs.d/snippets/rust-mode/proptest @@ -1,6 +1,6 @@ # -*- mode: snippet -*- # name: proptest -# uuid: +# uuid: proptest # key: proptest # condition: t # -- diff --git a/users/grfn/emacs.d/snippets/rust-mode/test-module b/users/grfn/emacs.d/snippets/rust-mode/test-module index f8912680b5d8..bfa2ca2d1881 100644 --- a/users/grfn/emacs.d/snippets/rust-mode/test-module +++ b/users/grfn/emacs.d/snippets/rust-mode/test-module @@ -1,6 +1,6 @@ # -*- mode: snippet -*- # name: test-module -# uuid: +# uuid: test-module # key: tmod # condition: t # -- diff --git a/users/grfn/emacs.d/snippets/terraform-mode/variable b/users/grfn/emacs.d/snippets/terraform-mode/variable index e64175200f44..14822f1a05a8 100644 --- a/users/grfn/emacs.d/snippets/terraform-mode/variable +++ b/users/grfn/emacs.d/snippets/terraform-mode/variable @@ -1,6 +1,6 @@ # -*- mode: snippet -*- # name: variable -# uuid: +# uuid: variable # key: var # condition: t # -- -- cgit 1.4.1