My personal emacs config (to be put in ~/.emacs.d
and optionally ln -s ~/.emacs.d/init.el ~/.emacs
)
- You will need to do a
M-x byte-recompile-directory
because*.elc
is in.gitignore
- Features
vim
emulation including extensive custom textobjects and motions - Extensive versioned backup system including file positions, registers, undo history etc.
- Does everything you'd expect an emacs to do: email, web browsing, multimedia, file managing etc.
- Everything that can be made fuzzy (sublime style) has been made fuzzy
- Several powerful completion systems, including
ido
,smex
, and - Extremely agressive file autoloading, and fast startup times (relative)