johnyerhot / emacs-rails-kit forked from mig/emacs-rails-kit
- Source
- Commits
- Network (8)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
John Yerhot (author)
Thu Apr 02 20:22:28 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Jan 22 11:14:00 -0800 2009 | |
| |
.gitmodules | ||
| |
README.textile | ||
| |
backups/ | ||
| |
elpa/ | Sun Jan 18 12:50:12 -0800 2009 | |
| |
emacs-defaults.el | Sat Jan 17 14:18:00 -0800 2009 | |
| |
emacs-elpa.el | Sat Jan 17 10:29:57 -0800 2009 | |
| |
emacs-functions.el | ||
| |
emacs-gui.el | ||
| |
emacs-key-bindings.el | ||
| |
emacs-rails.el | ||
| |
emacs-vendor.el | ||
| |
init.el | Sat Jan 17 10:29:57 -0800 2009 | |
| |
package.el | Fri Jan 16 23:58:39 -0800 2009 | |
| |
places | ||
| |
vendor/ |
README.textile
emacs-rails-kit
by Matt Swasey of Viget Labs
version 2
This is the second version of my emacs-rails-kit, the first was just a slightly modified emacs-starter-kit . Version 2 is a rebuild from scratch. It takes bits and pieces from configurations assembled by a number of different hackers’ (al3x topfunky technomancy defunkt crnixon) whom I admire.
This version can provide a base emacs configuration suitable for the average rails programmer to clone/fork and start using immediately.
No elpa packages are pre-installed, but I’ve included the elpa package library to allow for easier personal customization.
Instructions and Setup
- clone or fork from my github repository
- make a symlink to the root of the cloned repository to .emacs.d under your home directory
- initialize and update the git submodules
- start emacs!
- optionally run recomple-init to byte-compile all the list files, which will make things go faster
Example
$ git clone git://github.com/mig/emacs-rails-kit.git ~/Library/emacs-rails-kit $ ln -s ~/Library/emacs-rails-kit ~/.emacs.d $ cd ~/.emacs.d $ git submodule init $ git submodule update
TODO
- Add RSpec modes
- Provide a convenient way to run test files, and individual test in ruby-compilation buffers w/ auto-clearing

