Emacs extensionsEdit

Show line numbers on the left-hand side of the buffer

Highlight whitespace errors on the fly

TextMate-style "snippets

Color themes

Indexing

You would create an Emacs-compatible tags index, tags, with: cd project_dir && /usr/local/bin/ctags -e -R

Rails

General enhancements