This is a nearly wholesale clone of my vim config, down to plugins and key bindings. All configuration is located in init.el
, should be easy to customize, and has been tailored for a vim user who wants the best of both worlds.
Manually:
$ git clone [email protected]:chrismccord/dot_emacs.git ~/.emacs.d
$ curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | python
$ cd ~/.emacs.d
$ ~/.cask/bin/cask install
Or using install script:
$ git clone [email protected]:chrismccord/dot_emacs.git ~/.emacs.d
$ cd ~/.emacs.d
$ sh install.sh