Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 734
Pedro Luz Avatar asked Mar 26 '17 00:03

Pedro Luz


1 Answers

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

like image 179
James Porter Avatar answered Oct 16 '22 17:10

James Porter