Function: projectile-dashboard--section
projectile-dashboard--section is a byte-compiled function defined in
projectile.el.
Signature
(projectile-dashboard--section TITLE)
Documentation
Insert the header of a dashboard section titled TITLE.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defun projectile-dashboard--section (title)
"Insert the header of a dashboard section titled TITLE."
(projectile--report-section title))