We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 697cef7 commit 80cbb0bCopy full SHA for 80cbb0b
raycast-mode.el
@@ -90,7 +90,7 @@
90
["Develop..." raycast-develop
91
:help "Start the extension in development mode and watch for changes"]
92
["Stop..." raycast-stop
93
- :visible (not (eq compilation-in-progress nil))
+ :visible compilation-in-progress
94
:help "Stop the extension development mode"]
95
["Build..." raycast-build
96
:help "Build the extension"]
0 commit comments