chrismccord / dot_emacs

evil-mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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 git@github.com:chrismccord/dot_emacs.git ~/.emacs.d
$ cd ~/.emacs.d
$ sh install.sh

About

evil-mode


Languages

Language:Emacs Lisp 99.9%Language:Shell 0.1%