diff --git a/core/core-projects.el b/core/core-projects.el index b6c059d5d..2113a396a 100644 --- a/core/core-projects.el +++ b/core/core-projects.el @@ -18,7 +18,7 @@ state are passed in.") projectile-globally-ignored-files '(".DS_Store" "Icon ") projectile-indexing-method 'alien projectile-known-projects-file (concat doom-cache-dir "projectile.projects") - projectile-project-root-files '(".git" ".hg" ".svn" ".project") + projectile-project-root-files '(".git" ".hg" ".svn" ".project" "package.json") projectile-require-project-root nil) :config