Emacs mode for Red
-
git clone https://github.com/unchartedworks/red-mode.git
into a suitable directory, e.g. ~/emacs/red-mode/ -
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")