Add HOME & /tmp to projectile-ignored-projects
This commit is contained in:
parent
b76addda39
commit
3ad39af712
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@
|
|||
projectile-known-projects-file (concat doom-cache-dir "projectile.projects")
|
||||
projectile-require-project-root nil
|
||||
projectile-globally-ignored-files '(".DS_Store" "Icon
" "TAGS")
|
||||
projectile-globally-ignored-file-suffixes '(".elc" ".pyc" ".o"))
|
||||
projectile-globally-ignored-file-suffixes '(".elc" ".pyc" ".o")
|
||||
projectile-ignored-projects '("~/" "/tmp"))
|
||||
|
||||
:config
|
||||
(projectile-mode +1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue