From 64c51764a1c3b1cc36e8f95b7a9f2d38e38f44e5 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 23 Jun 2016 01:29:54 -0400 Subject: [PATCH] Simplify projectile-project-root-files I'm certain all my projects will be in a repo of some kind. --- core/core-project.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/core/core-project.el b/core/core-project.el index 83fc6415b..68f7dafca 100644 --- a/core/core-project.el +++ b/core/core-project.el @@ -94,11 +94,7 @@ projectile-known-projects-file (concat doom-temp-dir "/projectile.projects") projectile-indexing-method 'alien projectile-file-exists-remote-cache-expire nil - projectile-project-root-files - '(".git" ".hg" ".svn" "rebar.config" "project.clj" "SConstruct" "pom.xml" - "build.sbt" "build.gradle" "Gemfile" "requirements.txt" "package.json" - "gulpfile.js" "Gruntfile.js" "bower.json" "composer.json" "Cargo.toml" - "mix.exs" "tsconfig.json")) + projectile-project-root-files '(".git" ".hg" ".svn" ".project")) ;; Don't cache ignored files! (defun doom*projectile-cache-current-file (orig-fun &rest args)