emacsprojectile

How to force emacs projectile to reinitialize a project?


I'm using projectile with emacs to manage a large project.

I moved a number of directories with scores of files.

The old file paths are still showing up in projectile find file (C-c p f).

How do I remove them in bulk or force projectile to re-initialize the project?

I've tried:

After all of these, the same original list of old paths/files still appears on C-c p f.


Solution

  • C-u C-c p f does it.

    Thanks to Daimrod!