Funny, this mirrors almost exactly a decision I made after about a year of struggling with ELPA packages breaking on me repeatedly. I ended up cutting Emacs off from ELPA entirely, settled on a ~700-line init.el, and now use Emacs as a glorified Org-mode agenda keeper. It's been heavenly (especially with a dedicated monitor). The one thing I'm still working out is syncing with calendars and email.
Two Years of Emacs Solo
91–100 of 147 posts
Re: Two Years of Emacs Solo
#92Earlier quoted context omitted.
Because any mention of Emacs must bring out the vi people, just as any mention of vi must bring out the Emacs people. Because you people are cracking your eggs from the wrong end!
> Because you people are cracking your eggs from the wrong end! That's because both ends are wrong. Eggs should be cracked from the side. Can't believe this still needs to be said on this forum in 2026.
Re: Two Years of Emacs Solo
#93I’m always impressed by people who are hardcore EMacs or Vim devs, their setups are impressive af. I’m a GUI guy though. As soon as I try delving in, I abort when I see things like “just type c-C dingle bob to do x thing.” I’m happy these people found something that works with their brains. I just want a GUI that works like what they use. I recently saw a Zed fork stripped of AI stuff but there’s no binaries yet (you…
> I’m a GUI guy though. As soon as I try delving in, I abort when I see things like “just type c-C dingle bob to do x thing.” I’m happy these people found something that works with their brains. I just want a GUI that works like what they use. You do have that somewhat with packages like which-key that will show you a menu of options every time you press a key. You then learn the keybinds that you use the most. You c…
Re: Two Years of Emacs Solo
#94Emacs is awesome but customizing it costs me way too much of my precious time.
Re: Two Years of Emacs Solo
#95But too many problems. Even Grok, Gemini and Chatgpt were stunned.
Re: Two Years of Emacs Solo
#96The "why" is kinda sketchy. The difference between what is shipped in Emacs and in ELPA is somewhat arbitrary. In fact, there are many built in packages that have their updates shipped in ELPA, meaning if you aren't using ELPA then your builtin packages might have unpatched bugs. There's also no reason why you have to literally write everything yourself either. You can find open source licensed packages, read them to…
> The "why" is kinda sketchy It seems pretty clear that the "why" is "because it's there"
Sounds good enough for me
Re: Two Years of Emacs Solo
#97If I was going to reimplement Emacs it wouldn't be with Lisp. Is there some reason Lisp is superior to any other general-purpose programming language for text editing? I'm skeptical because to my knowledge, Emacs is the only major text editor written in Lisp.
Re: Two Years of Emacs Solo
#98This reminds me of a story from a past job. I have to get it out of my system.
There was this bearded sysadmin guy who was very proud of his "15 years of experience", and was quick to scold us new employees for every little thing he could.
He used vim, and every now and then would say that it's a good editor, but kinda "unstable". Crashed a lot, he said.
You probably know where this is going.
One day, one of us sat next to him and discovered many suspended vim jobs in his shell (this was the kind of guy that doesn't power off his computer).
He was fat-fingering C-z all the time, and has never heard of job control - bg, fg, etc.
15 years of experience.
Re: Two Years of Emacs Solo
#99No gptel, no ellama, just url-retrieve and some JSON parsing.
The no x no y just z is the new em dashes. And that will probably be true for about a week.
Re: Two Years of Emacs Solo
#100This article shows how Emacs remains a beautiful, relevant project several decades after it was first created. The core design and implementation’s ability to evolve into something still useful today and competitive with modern tools is an amazing achievement. Also, with LLMs driving so much of current development it potentially makes Emacs even more competitive relative to modern IDEs. Development can be driven prim…
It’s interesting how your comment did not talk about anything that’s unique to emacs.
Emacs is highly customisable. There's not really a hard difference between "configuration" and "extension". Whereas with e.g. VSCode, very few people would write their own extensions. -- So it's a good point that with LLMs, the barrier to customise Emacs to exactly how you want it is even lower.
I'd also argue that since practically everything in Emacs is text (as opposed to a rich GUI interface), Emacs itself ought to make for a nice interface to LLM functionality.