Skip to content

Commit

Permalink
Fix projectile-jj-command
Browse files Browse the repository at this point in the history
  • Loading branch information
daehyeok authored and bbatsov committed Jan 22, 2024
1 parent 1df5ccf commit 874ccb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projectile.el
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ Set to nil to disable listing submodules contents."
:group 'projectile
:type 'string)

(defcustom projectile-jj-command "jj files --no-pager ."
(defcustom projectile-jj-command "jj files --no-pager . | tr '\\n' '\\0'"
"Command used by projectile to get the files in a Jujutsu project."
:group 'projectile
:type 'string
Expand Down

0 comments on commit 874ccb3

Please sign in to comment.