Skip to content

Commit 640abe9

Browse files
authored
Remove old snippet instructions (#1589)
## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [ ] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [ ] I have not broken the cheatsheet
1 parent b1f084e commit 640abe9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/user/experimental/snippets.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@
55

66
Cursorless has its own experimental snippet engine that allows you to both insert snippets and wrap targets with snippets. Cursorless ships with a few built-in snippets, but users can also use their own snippets.
77

8-
## Enabling snippets
9-
10-
Add the following line to the end of your `settings.talon` (or any other `.talon` file that will be active when vscode is focused):
11-
12-
```
13-
tag(): user.cursorless_experimental_snippets
14-
```
15-
168
## Using snippets
179

1810
### Wrapping a target with snippets

0 commit comments

Comments
 (0)