Skip to content

Commit

Permalink
Improved touch
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey committed Nov 27, 2021
1 parent c5b1ba4 commit 31265e5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/marks/mark.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,12 +189,3 @@ def on_watch(path, flags):


app.register("ready", on_ready)


def pre_phrase(_):
subdir: Path = actions.user.communication_dir_named_subdir("cursorless")
print(subdir)
(subdir / "hatMapSnapshotSignal").touch()


speech_system.register("pre:phrase", pre_phrase)

0 comments on commit 31265e5

Please sign in to comment.