Variable: projectile-install-use-comint-mode
projectile-install-use-comint-mode is a customizable variable defined
in projectile.el.
Value
nil
Documentation
Make the output buffer of projectile-install-project interactive.
This variable was added, or its default value changed, in projectile version 2.5.0.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-install-use-comint-mode nil
"Make the output buffer of `projectile-install-project' interactive."
:group 'projectile
:type 'boolean
:package-version '(projectile . "2.5.0"))