Go to file
2015-11-17 02:16:05 -05:00
assets/screenshots Update screenshot 2015-11-14 03:31:31 -05:00
contrib Add deft.el 2015-11-17 02:15:19 -05:00
core Smarter window keybindings; including single step window-moving 2015-11-17 02:13:38 -05:00
modules Add module-writing 2015-11-17 02:11:25 -05:00
private Update key bindings 2015-11-17 02:13:57 -05: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 Update cask and readme 2015-11-17 02:16:05 -05:00
init-load-path.el Add narf-dropbox-dir 2015-11-17 02:11:36 -05:00
init.el Update init.el 2015-11-17 02:11:48 -05:00
Makefile Compile more files on make update 2015-10-24 23:55:11 -04:00
README.md Update cask and readme 2015-11-17 02:16:05 -05:00

NARF Emacs

Screenshot

What we do every night, Pinky...

This is Emacs for stubborn vimmers and megalomaniacal 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 keep my mountain dew cool.

It is tailored for OSX users running Emacs 24.5+.

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...