summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 39d05edacfb8f47ed09137b213fbaa662f08e141 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# .emacs.d

My personal Emacs settings with inspiration from:

* [magnars/.emacs.d](https://github.com/magnars/.emacs.d)
* [purcell/emacs.d](https://github.com/purcell/emacs.d)
* [technomancy/better-defaults](https://github.com/technomancy/better-defaults)

## Setup

Clone the repository:

`git clone https://github.com/martinp/.emacs.d dot.emacs.d`

Install symlink in `~/.emacs.d`:

**This will overwrite any existing file or symlink!**

```
cd dot.emacs.d
make install
```

Start Emacs!