diff options
Diffstat (limited to 'snippets/text-mode')
-rw-r--r-- | snippets/text-mode/commented-anchor | 1 | ||||
-rw-r--r-- | snippets/text-mode/initials-comment | 1 | ||||
-rw-r--r-- | snippets/text-mode/priority-todo | 1 | ||||
-rw-r--r-- | snippets/text-mode/random-num | 1 | ||||
-rw-r--r-- | snippets/text-mode/todo | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/snippets/text-mode/commented-anchor b/snippets/text-mode/commented-anchor index d8074aa..0d2c357 100644 --- a/snippets/text-mode/commented-anchor +++ b/snippets/text-mode/commented-anchor @@ -1,5 +1,4 @@ # -*- mode: snippet -*- -# name: commented anchor # key: ar # -- `(km/yas-with-comment "anchor:")`
\ No newline at end of file diff --git a/snippets/text-mode/initials-comment b/snippets/text-mode/initials-comment index 1d1dde4..94eb977 100644 --- a/snippets/text-mode/initials-comment +++ b/snippets/text-mode/initials-comment @@ -1,5 +1,4 @@ # -*- mode: snippet -*- -# name: initials comment # key: ic # -- `(km/yas-with-comment "KM: ")`
\ No newline at end of file diff --git a/snippets/text-mode/priority-todo b/snippets/text-mode/priority-todo index 2e5c50d..f31167b 100644 --- a/snippets/text-mode/priority-todo +++ b/snippets/text-mode/priority-todo @@ -1,5 +1,4 @@ # -*- mode: snippet -*- -# name: priority-todo # key: cat # -- `(km/yas-with-comment "[#A] TODO: ")`
\ No newline at end of file diff --git a/snippets/text-mode/random-num b/snippets/text-mode/random-num index 49aa627..c83d8ac 100644 --- a/snippets/text-mode/random-num +++ b/snippets/text-mode/random-num @@ -1,5 +1,4 @@ # -*- mode: snippet -*- -# name: random number # key: rnum # condition: 'force-in-comment # -- diff --git a/snippets/text-mode/todo b/snippets/text-mode/todo index 331b154..be4408a 100644 --- a/snippets/text-mode/todo +++ b/snippets/text-mode/todo @@ -1,5 +1,4 @@ # -*- mode: snippet -*- -# name: todo # key: ct # -- `(km/yas-with-comment "TODO: ")`
\ No newline at end of file |