Skip to content

A minor mode for Emacs for developers building Raycast extensions.

License

Notifications You must be signed in to change notification settings

nhojb/raycast-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A minor mode for Emacs for developers building Raycast extensions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published