5 ms·
I haven’t delved into emacs yet. Don’t you still have it configure it and all its tools?
by vyaa 1y ago
I haven’t delved into emacs yet. Don’t you still have it configure it and all its tools?
- School-Cotton 1y agoemacs is a lot easier to configure than anything else IMO because it’s self-documenting. If you want to know how to use or configure some command it’s trivially easy to jump to the source code of that command and just see how it works (or modify it, step through it with a debugger, etc). You can’t do that in any other environment as far as I’m aware. That said, yeah, it certainly doesn’t Just Work out of the box the way something like vscode does.
- jynelson 1y agoyes!! i would love an environment where every binary carries a mapping from the exe back to the source code, DWARF is kinda this but there's very little tooling around it and distros often don't ship it by default. i want something like gdbserver but built into the editor and terminal.
- School-Cotton 1y agoThat is also my dream; doing as much as possible inside emacs, using plugins written in emacs lisp, is basically the closest you can get to it today.
- klntsky 1y agoThere are modifications of emacs that appeal to normies like spacemacs