mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Simplify projectile-project-root-files
I'm certain all my projects will be in a repo of some kind.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user