Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 770 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 770 Bytes

Emacs for a vim user. vi improved, improved.

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.

screenshot

Setup

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