Hacker News new | ask | show | jobs
by jonnycomputer 1540 days ago
Thank you for that. I haven't really checked out any of these distros (doom, prelude, etc.), but maybe I should.

One of the issues I have is that I work on multiple disconnected servers, and so I usually end up installing emacs on all of them. Using tramp is an option, but often times I just want a local editor because I find myself needing one in the context I'm working in. But all the servers run slightly different OS versions, etc.

Maybe a mangaged-for-me distribution that does most everything I want without me fiddling with it is the way to go.

1 comments

For me it was worked relatively well.

I track my config in a git repo, and doom-emacs is rather helpful on what external tools must be installed for various configuration "layers" (like when working with such and such language). When using LSP, it can even proposes to install an appropriate language server in some cases.