From 84acc2df090fdf96c38c44dabe0e3b8472367674 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 25 Mar 2017 03:46:41 -0400 Subject: [PATCH] core-projects: add package.json to projectile-project-root-files --- core/core-projects.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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