Comment by cmrdporcupine
20 hours ago
BTW it's crazy how good Claude Code is at emacs configuration, and in fact elisp writing in general.
I also switched from lsp-mode to eglot and it's better. Less fragile.
20 hours ago
BTW it's crazy how good Claude Code is at emacs configuration, and in fact elisp writing in general.
I also switched from lsp-mode to eglot and it's better. Less fragile.
> I also switched from lsp-mode to eglot and it's better. Less fragile.
I agree with this, and it's a big reason why I made the switch myself. I also find myself favoring lightweight (and especially builtin) capabilities, because really large, comprehensive plug-ins tend to have their own paradigms or ways of doing things that break from the super well-designed Emacs system of everything just working together magically.