Variable: projectile--prefixless-dirconfig-warned-projects

projectile--prefixless-dirconfig-warned-projects is a variable defined in projectile.el.

Value

#s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data
	      ())

Documentation

Set of project roots already warned about prefix-less dirconfig entries.

Source Code

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