Go to file
Henrik Lissner 2c0ed67a51 Fix mouse + org-file-apps on osx
+ enable mouse support in terminal
+ defvar->setq org-file-apps
2015-12-27 03:05:43 -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 Fix mouse + org-file-apps on osx 2015-12-27 03:05:43 -05:00
modules λ macro => λ! 2015-12-11 22:43:36 -05:00
private λ macro => λ! 2015-12-11 22:43:36 -05:00
scripts The ciiiircle of liiiife 2015-11-25 06:00:49 -05:00
.gitignore Clean gitignore + add var/ 2015-12-10 16:30:10 -05:00
.gitmodules Update .gitmodules 2015-10-06 05:46:25 -04:00
Cask NARF v0.7.0 2015-12-11 20:49:31 -05:00
init-load-path.el Get over me package.el, I'm with Cask 2015-11-23 15:21:55 -05:00
init.el NARF v0.7.0 2015-12-11 20:49:31 -05:00
Makefile Cleaner makefile + add make clean-wg for startup emergencies 2015-12-10 22:02:00 -05:00
README.md Update readme, use homebrew emacs 25 2015-11-30 16:55:25 -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 emacs --devel --with-imagemagick --with-librsvg --with-cocoa
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...