1
2
3
4
5
6
7
8
9
10
11
12
emacs-config
============
I've got no cule what I'm doing so don't take this as an example!
my ~/.emacs.d configs
1. checkout and rename to ~/.emacs.d
2. get the git submodules
3. add this line to ~/.emacs
```
(load-file "~/.emacs.d/init.el")
```