Function: projectile-dashboard--section-p
projectile-dashboard--section-p is a byte-compiled function defined in
projectile.el.
Signature
(projectile-dashboard--section-p SECTION)
Documentation
Return non-nil when SECTION is enabled in projectile-dashboard-sections.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defun projectile-dashboard--section-p (section)
"Return non-nil when SECTION is enabled in `projectile-dashboard-sections'."
(memq section projectile-dashboard-sections))