I am trying to move from Vim to Emacs and have had some "translation" issues. For example the extension or add on managing. So I was wondering if there was something like pathogen for Emacs although I am very suspicious of the fact that perhaps there isn't one because the way Emacs handles it's extensions it is not needed. I think this has been my only quirk with the editor so far. Other than that I can notice the different approaches of both tools and realize that they excel in what they are supposed to do. Thanks!
EDIT: Right. What pathogen does is manage Vim extensions by loading them as "Bundles" instead of having each file on a different folder inside your .vim
folder. You have it centralized and autoloaded by pathogen itself.