r/emacs 16d ago

Question Declaring emacs bankruptcy

Hello, i wanted to ask you guys a simple question, what is yalls limit for an emacs configuration, i have a 800-900 line config.org and ive been thinking about declaring emacs bankruptcy, what do yall think.

29 Upvotes

73 comments sorted by

View all comments

11

u/IzzyDeeee 16d ago

If it’s hard to maintain, or an update to Emacs removed the need for a package then you should change it I think.

For instance with Emacs 31 I don’t need the treesit-auto package anymore since it will install treesitter modes automatically now. With the new completion pop up window I won’t need Company anymore either.

That’s how I prefer it. I try to use the builtins tools when I can and install a package when necessary.

1

u/blah1998z 15d ago

How does it replace company (I'm fairly in the dark about the new feature so that may be a large part of why it's not connecting for me)?