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