my-project/src/clj/my-project/handler.clj
has test file my-project/test/clj/my-project/test/handler.clj
.
helm-codesearch
is also helpful
(projectile-project-root)
resolves to my home directory from some Clojure projects (both lein and boot projects are affected); I've taken a look at the source to that function but the cache throws me off the trail -- I can't see why it's jumping up from my actual project root to my home directory
src
path differently than my gradle project.
projectile-mode
(which I have to do in each individual file) then C-c p h
, it shows me all the files correctly scoped to the project dir, but C-c p p
shows me no projects, and the projectile-bookmarks file is empty.