about summary refs log tree commit diff
path: root/users/grfn
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2023-04-11T13·25-0400
committerclbot <clbot@tvl.fyi>2023-04-11T13·33+0000
commit513a35b503b4690f9e7faadfdcf73ab544995154 (patch)
treebfe5e637c08ede9ac3d3f8a69b81b14ccbb4a0f3 /users/grfn
parent6f747227f0069cf148eef4a60161a13309842ce3 (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')
-rw-r--r--users/grfn/emacs.d/snippets/haskell-mode/hlint2
-rw-r--r--users/grfn/emacs.d/snippets/haskell-mode/test-group2
-rw-r--r--users/grfn/emacs.d/snippets/nix-mode/fetchFromGitHub2
-rw-r--r--users/grfn/emacs.d/snippets/nix-mode/sha2562
-rw-r--r--users/grfn/emacs.d/snippets/org-mode/combat2
-rw-r--r--users/grfn/emacs.d/snippets/prolog-mode/use-module2
-rw-r--r--users/grfn/emacs.d/snippets/python-mode/decorate2
-rw-r--r--users/grfn/emacs.d/snippets/python-mode/dunder2
-rw-r--r--users/grfn/emacs.d/snippets/python-mode/name2
-rw-r--r--users/grfn/emacs.d/snippets/python-mode/pdb2
-rw-r--r--users/grfn/emacs.d/snippets/rust-mode/async test2
-rw-r--r--users/grfn/emacs.d/snippets/rust-mode/benchmark2
-rw-r--r--users/grfn/emacs.d/snippets/rust-mode/proptest2
-rw-r--r--users/grfn/emacs.d/snippets/rust-mode/test-module2
-rw-r--r--users/grfn/emacs.d/snippets/terraform-mode/variable2
15 files changed, 15 insertions, 15 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
 # --
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
 # --