Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.52 KB

README.org

File metadata and controls

51 lines (38 loc) · 1.52 KB

Introduction

This repo contains my personal emacs configuration combined with instrustions on how to install my setup on a clean OSX lion machine. The configuration is primalry used for working on Ruby on Rails projects.

Requirements

In my current setup I have installed emacs and git trough howbrew.

Homebrew

Make sure to install Xcode from the Mac OSX App Store

/usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"

Futher instructions can be found here

Git

brew install git

This will install the latest version of git trough homebrew.

Emacs

brew install emacs --use-git-head --HEAD

This will install the latests emacs from source which is currently version 24.

Install

Clone the repo into ~/.emacs.d

git clone [email protected]:rkoster/emacs.d.git ~/.emacs.d

Init submodules

cd ~/.emacs.d
git submodule init
git submodule update

Start emacs

emacs

It will install all plugins

Keybindings

Custom

C-x C-gmagit-statusEmacs git mode
C-x gtextmate-goto-fileQuick project go to file
C-x rtouchUsed for guard-rpsec

Window Move

C-x awindmove-left
C-x ewindmove-right
C-x pwindmove-up
C-x nwindmove-down

Default

M-/dabbrev-expandExpand the word in the buffer before point
C-M-\indent-regionIndent each nonblank line in the region