Skip to content

Commit

Permalink
Update snippets.json syntax error (#236)
Browse files Browse the repository at this point in the history
missing closing brace in write-line snippet
  • Loading branch information
tmo793 authored Oct 11, 2023
1 parent 3f1f12f commit 40011d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
"write-line": {
"prefix": "writeline",
"body": [
"(setq ${1:f} (open \"${2:fp\" \"${3:mode}\"))",
"(setq ${1:f} (open \"${2:fp}\" \"${3:mode}\"))",
"(write-line \"${4:str}\" \"${1:f}\")"
],
"description": "Writes a string to the screen or to an open file"
Expand Down

0 comments on commit 40011d1

Please sign in to comment.