←back to thread

539 points todsacerdoti | 1 comments | | HN request time: 0.211s | source
Show context
klntsky ◴[] No.44358290[source]
It is sad that we have to know how to configure tens of small utilities just to be productive. I ended up using emacs with some packages that I configure minimally, after spending a few hundreds of hours on ricing the shell, file managers, tmux, etc
replies(3): >>44358353 #>>44358366 #>>44358801 #
agentultra ◴[] No.44358353[source]
Emacs is why I can't go back to terminals.
replies(2): >>44358546 #>>44358955 #
vyaa ◴[] No.44358546[source]
I haven’t delved into emacs yet. Don’t you still have it configure it and all its tools?
replies(1): >>44358906 #
umanwizard ◴[] No.44358906[source]
emacs 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.

replies(2): >>44358953 #>>44363621 #
1. klntsky ◴[] No.44363621[source]
There are modifications of emacs that appeal to normies like spacemacs