Go to file
Henrik Lissner ded8cf9a55 v0.3 bump
2015-10-09 18:01:39 -04:00
assets/screenshots Add screenshot to readme 2015-06-15 09:08:35 +02:00
contrib Remove temporary code 2015-06-20 17:39:07 +02:00
core Merge module-sass with module-web + rainbow-mode to core-editor 2015-10-09 18:00:24 -04:00
modules Use ruby/python shims to get version 2015-10-09 18:01:04 -04:00
private Clean up + redo bindings 2015-10-05 03:43:00 -04:00
scripts Update makefile and scripts 2015-06-19 23:57:59 +02:00
.gitignore Update gitignore (hide cache from :ag) 2015-08-26 18:27:06 -04:00
.gitmodules Update .gitmodules 2015-10-06 05:46:25 -04:00
Cask Clean up Caskfile + extras for upcoming changes 2015-10-09 17:59:31 -04:00
init-load-path.el Don't eval-when-compile dir consts 2015-07-25 13:50:44 +02:00
init.el v0.3 bump 2015-10-09 18:01:39 -04:00
Makefile Compile init-load-path on make update 2015-06-25 23:50:18 +02:00
README.md Update readme 2015-09-30 13:52:30 -04:00

NARF Emacs

Screenshot

What we do every night, Pinky...

This is Emacs for stubborn vimmers and megalomaniac mice alike. Its goals are: first, to emulate vim as best it can, and second, surpass it in any possible way. Narf uses Evil-mode to emulate vim, Cask to manage plugins, and a slew of jury-rigged neckbeard shenanigans to to keep my mountain dew cool.

It is tailored for the Emacs 24.5+ OSX users and sub-sub-sub-basement dwellers.

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

Installation

brew install cask
brew install railwaycat/emacsmacport/emacs-mac --HEAD --use-git-head --with-imagemagick --with-modern-icon
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

You'll get a good picture of what's in here from these 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   # available ex commands

What about Windo-

Windows, you say...