Function: projectile-dispatch-find-file-of-kind

projectile-dispatch-find-file-of-kind is an interactive and byte-compiled function defined in projectile.el.

Signature

(projectile-dispatch-find-file-of-kind)

Documentation

A projectile-dispatch wrapper honouring its modifier switches.

Runs projectile-find-file-of-kind.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(projectile-dispatch--define projectile-dispatch-find-file-of-kind projectile-find-file-of-kind
  :other-window projectile-find-file-of-kind-other-window
  :other-frame projectile-find-file-of-kind-other-frame)