Function: projectile-dispatch-switch-project

projectile-dispatch-switch-project is an interactive and byte-compiled function defined in projectile.el.

Signature

(projectile-dispatch-switch-project)

Documentation

A projectile-dispatch wrapper honouring its modifier switches.

Runs projectile-switch-project.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(projectile-dispatch--define projectile-dispatch-switch-project projectile-switch-project
  :other-window projectile-switch-project-other-window
  :other-frame projectile-switch-project-other-frame)