Variable: projectile--obsolete-comint-vars

projectile--obsolete-comint-vars is a variable defined in projectile.el.

Value

((configure . projectile-configure-use-comint-mode)
 (compile . projectile-compile-use-comint-mode)
 (test . projectile-test-use-comint-mode)
 (install . projectile-install-use-comint-mode)
 (package . projectile-package-use-comint-mode)
 (run . projectile-run-use-comint-mode))

Documentation

The per-phase option projectile-use-comint-mode replaced, by phase.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defconst projectile--obsolete-comint-vars
  '((configure . projectile-configure-use-comint-mode)
    (compile   . projectile-compile-use-comint-mode)
    (test      . projectile-test-use-comint-mode)
    (install   . projectile-install-use-comint-mode)
    (package   . projectile-package-use-comint-mode)
    (run       . projectile-run-use-comint-mode))
  "The per-phase option `projectile-use-comint-mode' replaced, by phase.")