davidshepherd7 / terminal-here

An Emacs package to open an external terminal emulator in the current directory
GNU General Public License v3.0
73 stars 12 forks source link

terminal-here-project-root-function ignores projectile #17

Closed wigust closed 6 years ago

wigust commented 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.

davidshepherd7 commented 6 years ago

Ah, is terminal-here is loaded before projectile in your dotfiles? I think that would cause this.

davidshepherd7 commented 6 years ago

Can you give the version I've just pushed a try? I think it should fix this issue.

Thanks for reporting it :+1: