Simplify projectile-project-root-files

I'm certain all my projects will be in a repo of some kind.
This commit is contained in:
Henrik Lissner 2016-06-23 01:29:54 -04:00
parent 29caddc87a
commit 64c51764a1

View file

@ -94,11 +94,7 @@
projectile-known-projects-file (concat doom-temp-dir "/projectile.projects") projectile-known-projects-file (concat doom-temp-dir "/projectile.projects")
projectile-indexing-method 'alien projectile-indexing-method 'alien
projectile-file-exists-remote-cache-expire nil projectile-file-exists-remote-cache-expire nil
projectile-project-root-files projectile-project-root-files '(".git" ".hg" ".svn" ".project"))
'(".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"))
;; Don't cache ignored files! ;; Don't cache ignored files!
(defun doom*projectile-cache-current-file (orig-fun &rest args) (defun doom*projectile-cache-current-file (orig-fun &rest args)