This is my Emacs configuration. It should set up emacs as I like it anywhere I need it.
The idea for this configuration (and some of the defuns) are blatantly stolen or adapted from the Emacs Starter Kit. The main reason why I do this myself instead of using ESK itself is I want to work a bit with emacs lisp and I want to set every thing precisely as I mean it. You should probably use that, anyway.
Installing this configuration should be simple enough:
- Make sure you remove or backup any previous
.emacs.d
directory in your $HOME - Clone this repo:
$ git --recursive clone https://github.com/paologianrossi/.emacs.d.git
- Launch emacs:
$ emacs
Emacs will start and install all required packages. Once everything is done, your newly configured Emacs is ready.