/.emacs.d

Primary LanguageEmacs Lisp

My emacs config

build emacs from source

$ mkdir ~/opt/emacs && cd ~/opt/emacs
$ bzr branch bzr://bzr.savannah.gnu.org/emacs/trunk trunk
$ cd trunk
$ ./autogen.sh && ./configure --with-ns && make -j 4 && make install

grab config

$ cd ~
$ git clone git://github.com/deftsp/.emacs.d.git

Credits

In general, this config is a combination of lots of sources, including:

To be continued …