emacs 2025-12-09

Does anyone know whats causing my Emacs Mode Line to blow up with github information: e.g

) (collaborators_url . ")
and so on. by "blow up" I mean, this information is poping up about every 5 min and fills a quarter of my screen.

I'd grep for collaborators_url in ~/.emacs.d/elpa

Interesting suggestion... Why? Just to see what package is coming from? I think that text is dynamic.

Yeah normally I locate the package, then inspect the .el file to understand the logic Then I'd either try finding a fix, or just report the issue