Variable: projectile-verbose

projectile-verbose is a customizable variable defined in projectile.el.

Value

t

Documentation

Echo messages that are not errors.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-verbose t
  "Echo messages that are not errors."
  :group 'projectile
  :type 'boolean)