# Simple python code browser in emacs **Simple python code browser in emacs** On my way through perfect emacs setup... It's actually much easier than I thought. Just install speedbar from your software repository, then put [sr-speedbar.el](http://www.emacswiki.org/emacs/sr-speedbar.el) in your lisp folder, and add this to your .emacs file: (require 'sr-speedbar) then, invoke it with M-x sr-speedbar-open. Navigate with arrows, expand with Space and jump to item with Return... Complete info [here](http://www.emacswiki.org/emacs/SrSpeedbar)...