Skip to content

Commit 874ccb3

Browse files
daehyeokbbatsov
authored andcommitted
Fix projectile-jj-command
1 parent 1df5ccf commit 874ccb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projectile.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ Set to nil to disable listing submodules contents."
727727
:group 'projectile
728728
:type 'string)
729729

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

0 commit comments

Comments
 (0)