mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-17 13:33:36 -05:00
core: minor tweaks
This commit is contained in:
@@ -18,8 +18,10 @@ state are passed in.")
|
||||
projectile-globally-ignored-files '(".DS_Store" "Icon
|
||||
")
|
||||
projectile-indexing-method 'alien
|
||||
projectile-known-projects-file (concat doom-cache-dir "projectile.projects")
|
||||
projectile-project-root-files '(".git" ".hg" ".svn" ".project" "package.json")
|
||||
projectile-known-projects-file (concat doom-cache-dir "projectile.projects")
|
||||
projectile-require-project-root nil
|
||||
projectile-project-root-files
|
||||
'(".git" ".hg" ".svn" ".project" "package.json" "setup.py" "Gemfile"
|
||||
"build.gradle"))
|
||||
|
||||
:config
|
||||
|
Reference in New Issue
Block a user