emacspathprojectile

Get current projectile root path in elisp


Is there any way to get the current projectile root path in elisp.

Something similar to the command eproject-root in eproject.

Thanks


Solution

  • There is! The function is called projectile-project-root. You can see an example use here in my virtualenvwrapper.el project.