Variable: projectile-configure-use-comint-mode
projectile-configure-use-comint-mode is a variable defined in
projectile.el.
This variable is obsolete since 3.4.0; use
projectile-use-comint-mode instead.
Value
nil
Documentation
Make the output buffer of projectile-configure-project interactive.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
;; Remove in 4.0, this block and the fallback in
;; `projectile-use-comint-mode-p' together. Superseded by the single
;; `projectile-use-comint-mode', which folds them in.
(defvar projectile-configure-use-comint-mode nil
"Make the output buffer of `projectile-configure-project' interactive.")