Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bamboo/boo-pack

Emacs boo language mode packaged for emacs-live.
https://github.com/bamboo/boo-pack

Last synced: 10 days ago
JSON representation

Emacs boo language mode packaged for emacs-live.

Awesome Lists containing this project

README

        

## Boo Live Pack

A hackable* boo language mode packaged for [emacs-live](http://overtone.github.io/emacs-live).

Provides syntax highlighting and simple auto indentation for boo source files.

* not derived from python mode

## Installation

git clone into your ~/.live-packs directory and add
```lisp
(live-add-packs '(~/.live-packs/boo-pack))
```
to your ~/.emacs-live.el

## Configuration

M-x customize-group boo-mode

Have fun!