Skip to content

Files

Latest commit

57485d1 · May 30, 2023

History

History
45 lines (26 loc) · 1.14 KB

README.md

File metadata and controls

45 lines (26 loc) · 1.14 KB

License: MIT

raycast-mode

A minor mode for developers building extensions for Raycast.

Develop, lint, build and publish your Raycast extensions from Emacs.

Installation

In your init.el

;; Not necessary if using MELPA package
(require 'raycast-mode)

or with use-package:

(use-package raycast-mode)

Then enable raycast-mode in your typescript, javascript or web-mode hooks.

Configuration

  • raycast-mode-emoji enables emoji in ray output. It's enabled by default.

FAQ

  • What is Raycast?

    Raycast is a macOS launcher and toolbox for users and developers.

  • Whare are Raycast Extensions?

    Developers can extend Raycast using a Typescript/React API. Extensions can by publishing to the Raycast Store. For more information see Raycast's developer documentation.

License

This software is licensed under the MIT License.

See the LICENSE file for details.