Go to file
2015-06-20 17:39:07 +02: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 Clean up 2015-06-20 10:23:13 +02:00
modules Clean up and silence byte-compiler warnings 2015-06-20 10:23:54 +02:00
private Fix keybindings 2015-06-20 10:23:34 +02:00
scripts Update makefile and scripts 2015-06-19 23:57:59 +02:00
.gitignore Final *final* update :P 2015-06-06 06:38:16 -04:00
.gitmodules Add hlissner/emacs-snippets submodule 2015-06-14 22:40:54 +02:00
Cask Finish populating Caskfile 2015-06-14 17:14:52 +02:00
init-load-path.el Update init.el and add init-load-path.el 2015-06-14 17:16:02 +02:00
init.el Clean up 2015-06-20 10:23:13 +02:00
Makefile Update makefile and scripts 2015-06-19 23:57:59 +02:00
README.md Update readme 2015-06-19 16:18:47 +02:00

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