Function: projectile-root-local

projectile-root-local is a byte-compiled function defined in projectile.el.

Signature

(projectile-root-local DIR)

Documentation

A simple wrapper around the variable projectile-project-root(var)/projectile-project-root(fun).

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defun projectile-root-local (_dir)
  "A simple wrapper around the variable `projectile-project-root'."
  projectile-project-root)