/.emacs.d

My Emacs configuration

Primary LanguageEmacs Lisp

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