Variable: projectile-project-command-history

projectile-project-command-history is a variable defined in projectile.el.

Value

#s(hash-table test equal)

Documentation

The history of last executed project commands, per project.

Projects are indexed by their project-root value.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defvar projectile-project-command-history (make-hash-table :test 'equal)
  "The history of last executed project commands, per project.

Projects are indexed by their project-root value.")