Variable: projectile--glob-keep-warned-projects

projectile--glob-keep-warned-projects is a variable defined in projectile.el.

Value

#s(hash-table test equal)

Documentation

Set of project roots already warned about glob patterns in + keep entries.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defvar projectile--glob-keep-warned-projects (make-hash-table :test 'equal)
  "Set of project roots already warned about glob patterns in + keep entries.")