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 74b63dc672..f25a9b8d40 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 948e90d9e0..bf6a66f8a3 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 9b93735730..d2447e4b5a 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 e3d52e1c02..bc640e5ab0 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 ef46062d09..b4db0f433a 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 970391f936..75fd19b641 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 9448b45c96..4f96748572 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 c49ec40a15..71d99dddc6 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 eca6d60b48..1495cc91d9 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 6b5c0bbc0a..41c6f87cbf 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 2741075474..2352d7b56b 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 f1446923a0..9ec4307538 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 377b3cfcf6..be12af4911 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 f8912680b5..bfa2ca2d18 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 e64175200f..14822f1a05 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
 # --