My emacs
configuration.
Clone this repository to ~/emacs
and then make a symlink to ~/.emacs.d
:
$ git clone git@github.com:xrash/emacs.git
$ ln -s ~/emacs ~/.emacs.d
Emacs will load ~/.emacs.d/init.el
, and that will load everything else.
To compile, run:
$ make compile
To clean, run:
$ make clean