Skip to content

Commit

Permalink
Change "star" back to "splat"
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey committed Aug 31, 2021
1 parent 5e170f6 commit 7f5312b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/marks/mark.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

# TODO: Re-add to settings csv
hat_shapes = {
"star": "star",
"splat": "star",
"bird": "chevron",
}
ctx.lists[get_cursorless_list_name("hat_shape")] = hat_shapes
Expand Down

0 comments on commit 7f5312b

Please sign in to comment.