Simplify projectile-project-root-files
I'm certain all my projects will be in a repo of some kind.
This commit is contained in:
parent
29caddc87a
commit
64c51764a1
1 changed files with 1 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue