2015-06-14 17:26:03 +02:00
|
|
|
# NARF Emacs
|
|
|
|
|
2015-06-15 09:08:35 +02:00
|
|
|

|
2015-06-14 17:26:03 +02:00
|
|
|
|
|
|
|
> What we do every night, Pinky...
|
|
|
|
|
2015-11-17 02:16:05 -05:00
|
|
|
This is Emacs for stubborn vimmers and megalomaniacal mice alike. Its goals are:
|
2015-09-30 13:52:30 -04:00
|
|
|
first, to emulate vim as best it can, and second, surpass it in any possible
|
|
|
|
way. Narf uses [Evil-mode](https://gitorious.org/evil/pages/Home) to emulate
|
|
|
|
vim, Cask to manage plugins, and a slew of jury-rigged neckbeard shenanigans to
|
2015-11-17 02:16:05 -05:00
|
|
|
keep my mountain dew cool.
|
2015-06-14 17:26:03 +02:00
|
|
|
|
2015-11-17 02:16:05 -05:00
|
|
|
It is tailored for OSX users running Emacs 24.5+.
|
2015-06-14 17:26:03 +02:00
|
|
|
|
|
|
|
Any contributions or suggestions are welcome. The world won't take over itself.
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
```
|
2015-09-30 13:52:30 -04:00
|
|
|
brew install cask
|
|
|
|
brew install railwaycat/emacsmacport/emacs-mac --HEAD --use-git-head --with-imagemagick --with-modern-icon
|
2015-06-14 17:26:03 +02:00
|
|
|
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
|
|
|
|
|
2015-09-30 13:52:30 -04:00
|
|
|
You'll get a good picture of what's in here from these files:
|
2015-06-14 17:26:03 +02:00
|
|
|
|
|
|
|
```
|
|
|
|
./Cask # what packages are used (and where)
|
|
|
|
./init.el # lists all core files and modules loaded
|
|
|
|
./private/my-bindings.el # the keybindings
|
2015-09-30 13:52:30 -04:00
|
|
|
./private/my-commands.el # available ex commands
|
2015-06-14 17:26:03 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
## What about Windo-
|
|
|
|

|