Variable: projectile-switch-project-other-window-action
projectile-switch-project-other-window-action is a customizable
variable defined in projectile.el.
Value
projectile-find-file-other-window
Documentation
Action run by projectile-switch-project-other-window after switching.
Like projectile-switch-project-action, but for the other-window variant.
Any function that does not take arguments will do.
This variable was added, or its default value changed, in projectile version 3.0.0.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defcustom projectile-switch-project-other-window-action 'projectile-find-file-other-window
"Action run by `projectile-switch-project-other-window' after switching.
Like `projectile-switch-project-action', but for the other-window variant.
Any function that does not take arguments will do."
:group 'projectile
:type 'function
:package-version '(projectile . "3.0.0"))