Fork me on GitHub
#emacs
<
2019-01-10
>
chopmo05:01:00

Right...I now realise that I misremembered. What I did was use a .dir-locals.el file in the root of a project to force the type. Contents:

((nil . ((projectile-project-type . lein-test))))

enn16:01:04

aha, nice

enn16:01:27

The more I think about it, though, the more I am thinking maybe if this is what I want I don't need Projectile and should just use, e.g., counsel-git.