Function: projectile-paths-to-ensure

projectile-paths-to-ensure is a byte-compiled function defined in projectile.el.

Signature

(projectile-paths-to-ensure)

Documentation

Return a list of unignored project paths.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defun projectile-paths-to-ensure ()
  "Return a list of unignored project paths."
  (projectile-normalise-paths (caddr (projectile-parse-dirconfig-file))))