Is it possible to make projectile only switch projects when calling projectile-switch-project, and not follow the buffers?
When I switch buffers in emacs, projectile will switch project to the project that the current buffer belong to (if any).
I usually work on a project but have files open from other projects as well. I have an org file with my workitems and notes open (which belongs to my org project) and some test scripts (from my scripts project) and then the source of the project I am working on.
This makes opening files using (helm)-projectile-find-file almost meaningless since I usually have to switch to a buffer from that project first, or do (helm)-projectile-switch-project. And then I can (almost) just as well use helm-find-files.
I still want projectile global mode active though so I can always do C-c p f to open a project file.
projectile-find-file
, even in different projects, it should always list file in the "main" project, am I correct? If so, currently it's not implemented but I think it might be useful to toggle a project to be "main". – Tu Do Feb 26 '15 at 17:34