Variable: projectile-dashboard--directory

projectile-dashboard--directory is a buffer-local variable defined in projectile.el.

Documentation

The directory the dashboard in this buffer was generated from.

Used by the buffer's revert-buffer to regenerate it.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defvar-local projectile-dashboard--directory nil
  "The directory the dashboard in this buffer was generated from.
Used by the buffer's `revert-buffer' to regenerate it.")