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.") gets killed.")
(defvar doom-project-root-files (defvar doom-project-root-files
'(".git" ".hg" ".svn" ".project" "local.properties" "project.properties" '(".git" ".hg" ".svn" "rebar.config" "project.clj" "SConstruct" "pom.xml"
"rebar.config" "project.clj" "SConstruct" "pom.xml" "build.sbt" "build.sbt" "build.gradle" "Gemfile" "requirements.txt" "package.json"
"build.gradle" "Gemfile" "requirements.txt" "tox.ini" "package.json"
"gulpfile.js" "Gruntfile.js" "bower.json" "composer.json" "Cargo.toml" "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 "A list of files that count as 'project files', which determine whether a
folder is the root of a project or not.") folder is the root of a project or not.")