Homepage: https://github.com/nhojb/raycast-mode
Author: John Buckley
Updated:
Develop Raycast Extensions
A minor mode for developers building Raycast extensions. Features: Develop, lint, build and publish your Raycast extensions from Emacs. For more information visit: https://developers.raycast.com Installation: In your `init.el` (require 'raycast-mode) or with `use-package`: (use-package raycast-mode)