Skip to content

Commit

Permalink
fix(projectile): disable colors in fd invocation
Browse files Browse the repository at this point in the history
bbatsov/projectile@971cd5c4f25f -> batsov/projectile@d24b8173223f

The pinned `projectile` version erroneously calls `fd` without
explicitly disabling colors, which inserts color terminal codes
into filenames when used over `tramp`. This completely breaks
projectile over `tramp`.

The linked change adds `-c never` (shorthand form of `--color=never`)
to `projectile-git-fd-args`. This is the only change in `projectile`
between the two versions linked above, and it completely resolves
the issue.

Ref: bbatsov/projectile#1860
Ref: bbatsov/projectile#1859
  • Loading branch information
noisycomputation committed Oct 11, 2023
1 parent 9863985 commit 19333cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
:pin "572a10c11b6cb88293de48acbb59a059d36f9ba5")

;; doom-projects.el
(package! projectile :pin "971cd5c4f25ff1f84ab7e8337ffc7f89f67a1b52")
(package! projectile :pin "d24b8173223fd0e10ecd4b5e0cfa676dfc3b90c4")
(package! project :pin "ce140cdb70138a4938c999d4606a52dbeced4676")

;; doom-keybinds.el
Expand Down

0 comments on commit 19333cf

Please sign in to comment.