Skip to content

Commit 98b2f5a

Browse files
Rename funk
1 parent 9344284 commit 98b2f5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dont_clone_monorepo.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
from talon import app
22

33

4-
def onready():
4+
def on_ready():
55
app.notify(
66
"Don't clone Cursorless monorepo",
77
"For Talon use cursorless-talon instead:",
88
"https://github.com/cursorless-dev/cursorless-talon",
99
)
1010

1111

12-
app.register("ready", onready)
12+
app.register("ready", on_ready)

0 commit comments

Comments
 (0)