emacs

Drew Verlee 2025-12-09T15:45:46.935659Z

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.

vemv 2025-12-09T16:00:04.224799Z

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

Drew Verlee 2025-12-09T17:19:43.353939Z

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

vemv 2025-12-09T17:36:44.129669Z

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

ag 2025-12-09T23:58:23.385119Z

I had a conversation with @ericdallo about https://eca.dev https://www.youtube.com/watch?v=013LBjd5TVo

💙 4
3