bbatsov / projectile

Project Interaction Library for Emacs
https://docs.projectile.mx
GNU General Public License v3.0
4k stars 583 forks source link

feature request: option to disable `TAGS` generation #1907

Closed peterbecich closed 4 weeks ago

peterbecich commented 1 month ago

Feature request for a configuration option to disable TAGS generation.

I suppose this can already be accomplished by disabling the projectile idle timer. That would have other effects, though.

Actual behavior

TAGS generation slows down Emacs for a feature I don't use

Thanks

peterbecich commented 4 weeks ago

Not in Projectile, turns out I had completion-at-point-function including tags-completion-at-point-... which caused this unnecessary TAGS generation. https://github.com/company-mode/company-mode/issues/333#issuecomment-86518008