Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 968 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 968 Bytes

About

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.

Install Config

On OS X

  • 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!

Other Operating Systems

  • Clone this repo into ~/.emacs.d
  • Install Cask
  • Install EditorConfig
  • Install rbenv
  • Navigate into ~/.emacs.d and run: cask install
  • Start emacs!