TextMate Minor Mode is an Emacs minor mode that emulates some awesome TextMate features.
Like ⌘T (find file in project).
And ⇧⌘T (go to symbol in file).
And more! Really, the README says it all.
Installation:
$ cd ~/.emacs.d/vendor $ git clone git://github.com/defunkt/textmate.el.git
In your emacs config:
(add-to-list 'load-path "~/.emacs.d/vendor/textmate.el") (require 'textmate) (textmate-mode)
Or just grab the elisp: textmate.el
TextMate Minor Mode was written for Aquamacs but works great on console Emacs, CVS Emacs.app and Carbon Emacs. Try it today!