Go to file
2015-08-24 00:04:54 -04:00
assets/screenshots
contrib Remove temporary code 2015-06-20 17:39:07 +02:00
core :ag update: (helm-ag--select-source) was removed upstream 2015-08-24 00:04:54 -04:00
modules Move web-mode smartparens config into core-editor 2015-08-23 01:00:04 -04:00
private add evil-easymotion 2015-08-21 14:01:54 -04:00
scripts
.gitignore Update gitignore 2015-08-15 08:47:35 -04:00
.gitmodules
Cask Clean up 2015-08-22 23:42:42 -04:00
init-load-path.el Don't eval-when-compile dir consts 2015-07-25 13:50:44 +02:00
init.el Larger font + fullscreen on startup 2015-08-18 12:23:02 -04:00
Makefile Compile init-load-path on make update 2015-06-25 23:50:18 +02:00
README.md

NARF Emacs

Screenshot

What we do every night, Pinky...

This is emacs for the stubborn vimmer, megalomaniac mouse and/or masochists alike. It has been configured first: to emulate vim as best it can, and second: to surpass it in any way possible. Narf uses Evil-mode, a vim-emulator for emacs, to accomplish this.

This has only seen testing on Emacs 24.5 in OSX. YMMV.

Any contributions or suggestions are welcome. The world won't take over itself.

Installation

brew install cask

Narf uses Cask to manage plugins.

Also, though not strictly a requirement, I recommend the railwaycat/emacsmacport build of emacs for OSX, which you can get via homebrew:

brew tap railwaycat/emacsmacport
brew install emacs-mac --HEAD --use-git-head --with-imagemagick --with-modern-icon

A recursive clone of this repo will get you all you need.

git clone --recursive https://github.com/hlissner/emacs.d ~/.emacs.d
cd ~/.emacs.d
make          # installs plugins via cask and generates autoloads
make compile  # optionally byte-compiles everything

Features

A summary of what to expect can be found in these four files:

./Cask                     # what packages are used (and where)
./init.el                  # lists all core files and modules loaded
./private/my-bindings.el   # the keybindings
./private/my-commands.el   # what custom ex commands are defined

What about Windo-

Windows, you say...