Variable: projectile-tags-file-name
projectile-tags-file-name is a customizable variable defined in
projectile.el.
Value
"TAGS"
Documentation
The tags filename Projectile's going to use.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-tags-file-name "TAGS"
"The tags filename Projectile's going to use."
:group 'projectile
:type 'string)