shaunvxc / emacs.d-1

My Emacs configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emacs setup

This repository contains my Emacs setup, these configurations are is pretty personal but you might find a few of them useful and improve the configuration of your Emacs.

Install

This is how you can get your Emacs to use this repository as the base for your configuration.

 $ git clone http://github.com/clarete/emacs.d
 $ ln -s emacs.d ~/.emacs.d
 $ cd ~/.emacs.d && make

The above command will install Cask and all the emacs extensions described in the Cask file.

About

My Emacs configuration


Languages

Language:Emacs Lisp 98.1%Language:Makefile 1.9%