Variable: projectile-dashboard-buffer-name

projectile-dashboard-buffer-name is a variable defined in projectile.el.

Value

"*projectile-dashboard*"

Documentation

The name of the buffer projectile-dashboard renders into.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defconst projectile-dashboard-buffer-name "*projectile-dashboard*"
  "The name of the buffer `projectile-dashboard' renders into.")