# .emacs.d My personal Emacs settings with inspiration from: * https://github.com/magnars/.emacs.d * https://github.com/purcell/emacs.d * https://github.com/technomancy/better-defaults ## Setup Clone the repository: `git clone https://github.com/martinp/dot.emacs.d` Install symlink in ~/.emacs.d (this will overwrite any existing symlink): ``` cd dot.emacs.d make install ``` Start Emacs!