Function: projectile-run-eat-other-window

projectile-run-eat-other-window is an autoloaded, interactive and byte-compiled function defined in projectile.el.

Signature

(projectile-run-eat-other-window &optional ARG)

Documentation

Invoke eat in the project's root, displayed in another window.

Use a prefix argument ARG to indicate creation of a new process instead.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
;;;###autoload (autoload 'projectile-run-eat-other-window "projectile" nil t)
(projectile--define-display-variants projectile-run-eat (&optional arg)
  "Invoke `eat' in the project's root, displayed in another %s.
Use a prefix argument ARG to indicate creation of a new process instead."
  :places (window)
  (projectile--run 'eat arg t))