ronert / .emacs.d

My Emacs configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This is my personal Emacs configuration. I used a lot of code from:

Installation

Tested on Emacs 24.4.1 running on OS X

  1. Launch Emacs.App with the -q flag
  2. Add MELPA to your package archive:
    (add-to-list 'package-archives
                 '("melpa" . "http://melpa.org/packages/") t)
        
  3. Run list-packages and install use-package and session
  4. Close Emacs.App and run normally without the -q flag
  5. Configuration should bootstrap itself now and install all the packages

About

My Emacs configuration


Languages

Language:Emacs Lisp 93.9%Language:YASnippet 3.9%Language:Shell 0.8%Language:Makefile 0.6%Language:Python 0.2%Language:Scheme 0.2%Language:M4 0.1%Language:Gherkin 0.1%Language:Roff 0.1%Language:Batchfile 0.0%