Variable: projectile-darcs-command
projectile-darcs-command is a customizable variable defined in
projectile.el.
Value
"darcs show files -0 . "
Documentation
Command used by projectile to get the files in a darcs project.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-darcs-command "darcs show files -0 . "
"Command used by projectile to get the files in a darcs project."
:group 'projectile
:type 'string)