From bf34bf5dfb3917441a2e06d24962d20989648faa Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 4 Jun 2016 23:36:10 -0400 Subject: [PATCH] Clean up + add tsconfig.json to doom-project-root-files --- core/core-vars.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/core/core-vars.el b/core/core-vars.el index c1a11036b..cf4a72ed8 100644 --- a/core/core-vars.el +++ b/core/core-vars.el @@ -35,11 +35,10 @@ before killing processes. If there are no buffers with matching major-modes, it gets killed.") (defvar doom-project-root-files - '(".git" ".hg" ".svn" ".project" "local.properties" "project.properties" - "rebar.config" "project.clj" "SConstruct" "pom.xml" "build.sbt" - "build.gradle" "Gemfile" "requirements.txt" "tox.ini" "package.json" + '(".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") + "mix.exs" "tsconfig.json") "A list of files that count as 'project files', which determine whether a folder is the root of a project or not.")