Danny Smith
Danny Smith
The crux of the issue is in `projectile.el`. In this function: ``` ;;;; Find directory in project functionality (defun projectile--find-dir (invalidate-cache &optional dired-variant) "Jump to a project's directory using completion....
I'm working on hacking this up on my local copy, but it's inelegant and doesn't take advantage of projectile's caching. I will likely substitute this for `#'file-name-directory` and flatten the...
> I'm working on hacking this up on my local copy, but it's inelegant and doesn't take advantage of projectile's caching. I will likely substitute this for `#'file-name-directory` and flatten...