Remove Icon^M from projectile-globally-ignored-files

Can break file indexing over TRAMP.
This commit is contained in:
Henrik Lissner
2020-07-31 16:01:16 -04:00
parent 351e7036d9
commit c3ac295f7d

View File

@ -30,7 +30,7 @@ debian, and derivatives). On most it's 'fd'.")
;; when you need to (`projectile-discover-projects-in-search-path').
projectile-auto-discover nil
projectile-enable-caching doom-interactive-p
projectile-globally-ignored-files '(".DS_Store" "Icon
projectile-globally-ignored-files '(".DS_Store" "TAGS")
projectile-globally-ignored-file-suffixes '(".elc" ".pyc" ".o")
projectile-kill-buffers-filter 'kill-only-files
projectile-known-projects-file (concat doom-cache-dir "projectile.projects")