Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trevors/rails-pack
A rails live-pack for emacs-live!
https://github.com/trevors/rails-pack
Last synced: 27 days ago
JSON representation
A rails live-pack for emacs-live!
- Host: GitHub
- URL: https://github.com/trevors/rails-pack
- Owner: TrevorS
- Created: 2013-09-05T17:43:21.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-10T16:06:46.000Z (about 11 years ago)
- Last Synced: 2023-04-01T05:50:56.142Z (over 1 year ago)
- Language: Emacs Lisp
- Size: 188 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rails-pack
This live pack contains a few Ruby on Rails specific major and minor modes.
## Requirements
* [Emacs 24.3](http://www.gnu.org/software/emacs)
* [Emacs-Live](https://github.com/overtone/emacs-live)## Included
* [coffee-mode](https://github.com/defunkt/coffee-mode)
* [haml-mode](https://github.com/nex3/haml-mode)
* [less-mode](https://github.com/purcell/less-css-mode)
* [web-mode](https://github.com/fxbois/web-mode)
* [rinari](https://github.com/eschulte/rinari)
* [scss-mode](https://github.com/antonj/scss-mode)## To Install:
Make sure Emacs 24.3 and Emacs-Live are both installed!
Make sure you have a `~/.live-packs` directory:
mkdir ~/.live-packs
Clone this repository into your `~/.live-packs` directory:
git clone --recursive git://github.com/TrevorS/rails-pack.git ~/.live-packs/rails-pack
Modify your `emacs-live.el` and add this line:
(live-add-packs '(~/.live-packs/rails-pack))
Start emacs!