Closed wigust closed 6 years ago
(cl-find-if 'fboundp '(projectile-project-root vc-root-dir)) from terminal-here-project-root-function doesn't find projectile-project-root. Reevaluating terminal-here-project-root-function helps.
(cl-find-if 'fboundp '(projectile-project-root vc-root-dir))
terminal-here-project-root-function
projectile-project-root
Ah, is terminal-here is loaded before projectile in your dotfiles? I think that would cause this.
terminal-here
projectile
Can you give the version I've just pushed a try? I think it should fix this issue.
Thanks for reporting it :+1:
(cl-find-if 'fboundp '(projectile-project-root vc-root-dir))
fromterminal-here-project-root-function
doesn't findprojectile-project-root
. Reevaluatingterminal-here-project-root-function
helps.