Variable: projectile-commander-methods

projectile-commander-methods is a variable defined in projectile.el.

Value

((63 "Commander help buffer."
     #[0
       "\3021�\303!0\210r\304!q\210\305c\210	\211\203(�\211@\306\307@A@#c\266A\202�\210eb\210\310 \210\311p\312\")\210\313 \207"
       [projectile-commander-help-buffer projectile-commander-methods
					 (error) kill-buffer
					 get-buffer-create
					 "Projectile Commander Methods:\n\n"
					 format "%c:	%s\n"
					 help-mode display-buffer t
					 projectile-commander]
       6]))

Documentation

List of file-selection methods for the projectile-commander command.

Each element is a list (KEY DESCRIPTION FUNCTION). DESCRIPTION is a one-line description of what the key selects.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defvar projectile-commander-methods nil
  "List of file-selection methods for the `projectile-commander' command.
Each element is a list (KEY DESCRIPTION FUNCTION).
DESCRIPTION is a one-line description of what the key selects.")