Fuco1 / .emacs.d

My emacs config
MIT License
69 stars 13 forks source link
config configuration emacs emacs-lisp theme

.emacs.d Build Status

The pre-git history is at: https://bitbucket.org/Fuco/.emacs.d/

Installation

First, install cask

curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | python

Then from .emacs.d directory run

cask install
make

This should get you reasonably close to a runnable installation.

Layout

Tests

Emacs configuration is a program so it deserves to be tested. Show some love to your config and add tests!