Clean up + add tsconfig.json to doom-project-root-files

This commit is contained in:
Henrik Lissner 2016-06-04 23:36:10 -04:00
parent 3df6a810e9
commit bf34bf5dfb

View file

@ -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.")