Function: projectile-doctor--visit-dirconfig
projectile-doctor--visit-dirconfig is a byte-compiled function defined
in projectile.el.
Signature
(projectile-doctor--visit-dirconfig)
Documentation
Visit the current project's dirconfig file, creating it if need be.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defun projectile-doctor--visit-dirconfig ()
"Visit the current project\\='s dirconfig file, creating it if need be."
(find-file (expand-file-name projectile-dirconfig-file
(projectile-acquire-root))))