My latest and greatest emacs config based heavily on http://crypt.codemancers.com/posts/2013-09-26-setting-up-emacs-as-development-environment-on-osx/
Since my 9-5 is all Ruby/Rails, this config is very much geared toward that.
- Clone this repo into
~/.emacs.d
- Install Homebrew
- Install emacs:
brew install emacs --use-git-head --cocoa --srgb
- Install necessary external binaries:
brew install emacs ispell cask rbenv git editorconfig ruby-build
- Navigate into
~/.emacs.d
and run:cask install
- Start emacs!
- Clone this repo into
~/.emacs.d
- Install Cask
- Install EditorConfig
- Install rbenv
- Navigate into
~/.emacs.d
and run:cask install
- Start emacs!