[Anything][1]! It's a kind of Quicksilver / Launchy / slickedit / Ubiquity tool inside Emacs. Out of the box it allows you to type a word or regex and presents you lists of matching: * buffers (defaulting to the previous buffer, allowing you to switch back & forth between two buffers) * files from the current directory * recent files * emacs functions / commands * info pages * man pages And it's easily extensible, you can easily add Google suggestions, or grep / find / [mdfind][2] tools (most of them being allready there). With Anything, I don't need `iswitchb` anymore, and I rarely use `(ido-)find-file`, since most of the time the files I want to open are already in the recent files list or the current directory list. It changed the way I use Emacs! --- And [Org Mode][3] for project planning. From the home page: > Org-mode is a mode for keeping notes, maintaining ToDo lists, and doing project planning with a fast and effective plain-text system. It comes with Emacs, and it has a great integrated, plain text, programmer friendly, builtin [table & spreadsheet][4] engine! (Includig auto re-aligning and formulas.) [1]: http://www.emacswiki.org/cgi-bin/wiki/Anything [2]: http://developer.apple.com/documentation/Darwin/Reference/ManPages/man1/mdfind.1.html [3]: http://www.emacswiki.org/cgi-bin/wiki/OrgMode [4]: http://orgmode.org/manual/Tables.html#Tables