Variable: projectile-configure-cmd-map

projectile-configure-cmd-map is a variable defined in projectile.el.

Value

#s(hash-table test equal)

Documentation

A mapping between projects and the last configure command used on them.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defvar projectile-configure-cmd-map
  (make-hash-table :test 'equal)
  "A mapping between projects and the last configure command used on them.")