Skip to content

rkoster/emacs.d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published