Add HOME & /tmp to projectile-ignored-projects

This commit is contained in:
Henrik Lissner 2018-05-07 18:14:04 +02:00
parent b76addda39
commit 3ad39af712
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -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)