Remove Icon^M from projectile-globally-ignored-files
Can break file indexing over TRAMP.
This commit is contained in:
parent
351e7036d9
commit
c3ac295f7d
1 changed files with 1 additions and 1 deletions
|
@ -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
" "TAGS")
|
||||
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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue