An open API service indexing awesome lists of open source software.

https://github.com/webcpu/red-mode

Emacs mode for Red
https://github.com/webcpu/red-mode

Last synced: 3 months ago
JSON representation

Emacs mode for Red

Awesome Lists containing this project

README

        

# red-mode
Emacs mode for Red

## Installation from git repository ##

1. ```git clone https://github.com/unchartedworks/red-mode.git```
into a suitable directory, e.g. ~/emacs/red-mode/

2. Add the following command to your .emacs or ~/.spacemacs:

```
(add-to-list 'load-path' "~/emacs/red-mode")
(load-file "~/emacs/red-mode/red-mode.el")
```