Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trevors/live-packs
My live-packs for emacs-live.
https://github.com/trevors/live-packs
Last synced: 27 days ago
JSON representation
My live-packs for emacs-live.
- Host: GitHub
- URL: https://github.com/trevors/live-packs
- Owner: TrevorS
- Created: 2012-10-29T23:09:19.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-10T16:07:11.000Z (about 11 years ago)
- Last Synced: 2023-04-01T05:50:36.798Z (over 1 year ago)
- Language: Emacs Lisp
- Homepage:
- Size: 328 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My live-pack for emacs-live.
This live pack contains a few additional modes for rails and go.
## Requirements
* [Emacs 24.3](http://www.gnu.org/software/emacs)
* [Emacs-Live](https://github.com/overtone/emacs-live)## Included
* rails-pack
* [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)
* [rhtml](https://github.com/eschulte/rhtml)
* [rinari](https://github.com/eschulte/rinari)
* [scss-mode](https://github.com/antonj/scss-mode)
* go-pack
* [go-mode](https://github.com/dominikh/go-mode.el)
* a few settings and key bindings changes
* turn off the emacs-live default keybindings
* turn off zone-mode
* turn off the ace-jump-mode's dark background## To Install:
Make sure Emacs 24.3 and Emacs-Live are both installed!
Clone this repository into your home directory:
git clone --recursive git://github.com/TrevorS/live-packs.git ~/.live-packs
Copy my `emacs-live.el` into place:
cp ~/.live-packs/etc/emacs-live.el ~/.emacs-live.el
Or modify your `emacs-live.el` and add these lines:
(live-add-packs '(~/.live-packs/trevor-pack))
(live-add-packs '(~/.live-packs/rails-pack))
(live-add-packs '(~/.live-packs/go-pack))Start emacs!