(I wrote a bit about why Emacs and Vim on my blog and thought it might be nice to give some starting point for people that want to try it.)
If you just want to play around with Emacs & Evil mode do the following:
mkdir ~/.emacs.d/
- copy
init.el
into~/.emacs.d/
- Download Emacs from http://emacsformacosx.com
- Open Emacs
This should automatically install evil-mode
and evil-leader
and give you a basic starting point to play around.
You should still go through the Emacs tutorial M-x RET help-with-tutorial
(M
is the Alt-key) to learn working with buffers, frames, etc.
Once you learned the commands you can slowly add <leader>
keybindings
to replace Emacs' default ones.
If you want to find out what function a keybinding is bound to you can use M-x RET describe-key
followed by the keybinding you're interested in.