Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bamboo/boo-pack
- Owner: bamboo
- Created: 2014-03-03T05:44:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-05T23:43:19.000Z (over 10 years ago)
- Last Synced: 2023-03-11T02:34:59.522Z (over 1 year ago)
- Language: Emacs Lisp
- Size: 141 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!