Variable: projectile-configure-use-comint-mode
projectile-configure-use-comint-mode is a customizable variable
defined in projectile.el.
Value
nil
Documentation
Make the output buffer of projectile-configure-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-configure-use-comint-mode nil
"Make the output buffer of `projectile-configure-project' interactive."
:group 'projectile
:type 'boolean
:package-version '(projectile . "2.5.0"))