Variable: projectile--message-prefix

projectile--message-prefix is a variable defined in projectile.el.

Value

"[Projectile] "

Documentation

What Projectile puts in front of the messages it emits unprompted.

Bracketed rather than Projectile: \=, which is the form eglot uses and which stays legible when the message itself contains a colon - several do. Direct answers to a command you just invoked go unprefixed: you know who is talking, and the echo area is narrow.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defconst projectile--message-prefix "[Projectile] "
  "What Projectile puts in front of the messages it emits unprompted.

Bracketed rather than `Projectile: \\=', which is the form eglot uses and
which stays legible when the message itself contains a colon - several
do.  Direct answers to a command you just invoked go unprefixed: you
know who is talking, and the echo area is narrow.")