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)