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
- Host: GitHub
- URL: https://github.com/webcpu/red-mode
- Owner: webcpu
- License: mit
- Created: 2017-08-16T20:53:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-16T21:08:02.000Z (almost 8 years ago)
- Last Synced: 2025-01-12T19:35:52.142Z (4 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")
```