Giter VIP home page Giter VIP logo

emacs.d's Introduction

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

emacs.d's People

Watchers

Ruben Koster avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.