Function: projectile--file-kind-name
projectile--file-kind-name is a byte-compiled function defined in
projectile.el.
Signature
(projectile--file-kind-name KIND)
Documentation
Return the human-readable name of the file KIND keyword.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defun projectile--file-kind-name (kind)
"Return the human-readable name of the file KIND keyword."
(substring (symbol-name kind) 1))