Skip to content

Commit 80cbb0b

Browse files
committed
Simpler compilation-in-progress logic...
1 parent 697cef7 commit 80cbb0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

raycast-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
["Develop..." raycast-develop
9191
:help "Start the extension in development mode and watch for changes"]
9292
["Stop..." raycast-stop
93-
:visible (not (eq compilation-in-progress nil))
93+
:visible compilation-in-progress
9494
:help "Stop the extension development mode"]
9595
["Build..." raycast-build
9696
:help "Build the extension"]

0 commit comments

Comments
 (0)