Variable: projectile-compile-use-comint-mode
projectile-compile-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-compile-project interactive.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defvar projectile-compile-use-comint-mode nil
"Make the output buffer of `projectile-compile-project' interactive.")