Variable: projectile-show-menu

projectile-show-menu is a customizable variable defined in projectile.el.

Value

t

Documentation

Controls whether to display Projectile's menu.

This variable was added, or its default value changed, in projectile version 2.6.0.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-show-menu t
  "Controls whether to display Projectile's menu."
  :group 'projectile
  :type 'boolean
  :package-version '(projectile . "2.6.0"))