Function: projectile-dispatch-run
projectile-dispatch-run is an interactive and byte-compiled function
defined in projectile.el.
Signature
(projectile-dispatch-run)
Documentation
A projectile-dispatch wrapper honouring its modifier switches.
Runs projectile-run.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
;; New process
(projectile-dispatch--define projectile-dispatch-run projectile-run
:prefix-arg "--new-process")