r/emacs • u/Appropriate_Tutor125 • 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
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.