projectile-require-project-root = t
Now that projectile-project-root has changed not throw errors (depending on projectile-require-project-root), it is safe to change this, in case you use other projectile commands that do require a project.
This commit is contained in:
parent
53fe7a1f04
commit
1785adb068
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
(setq projectile-cache-file (concat doom-cache-dir "projectile.cache")
|
||||
projectile-enable-caching (not noninteractive)
|
||||
projectile-known-projects-file (concat doom-cache-dir "projectile.projects")
|
||||
projectile-require-project-root nil
|
||||
projectile-require-project-root t
|
||||
projectile-globally-ignored-files '(".DS_Store" "Icon
" "TAGS")
|
||||
projectile-globally-ignored-file-suffixes '(".elc" ".pyc" ".o")
|
||||
projectile-ignored-projects '("~/" "/tmp"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue