Show HN: Emacs Configuration Generator
11–20 of 103 posts
Re: Show HN: Emacs Configuration Generator
#12Re: Show HN: Emacs Configuration Generator
#13Interesting, but you know what might even be better? If it could be done directly from emacs. E.g. if you start with a brand new emacs then you could paste a line into scratch, eval it, and then these question would come up, you give answers and then an emacs file is generated, written, evalled and you get your configured emacs instantly. But of course a web interface also has its advantages, it's prettier than bareb…
That being said, the screenshots get in the way so it isn't that great (ironically emacs -nw appears to work better). But a long term goal is to find a way in which the configuration options could be detached from the configuration generator, as mentioned in the last section here: http://amodernist.com/texts/ecg.html. An alternative could also be to have the configuration generator generate an Elisp script, that could be evaluated and used in Emacs itself.
The reason that I decided to implement this for the browser first, is that the interface is probably more familiar, especially if someone has had no experience with Emacs before.
Re: Show HN: Emacs Configuration Generator
#14Re: Show HN: Emacs Configuration Generator
#15The most difficult part for me was setting up a LSP with golang. I would say it was difficult because I was trying to rush through by copying random bits from everywhere to make it work.
I did eventually get it to work but then noticed I have no idea modify or tinker with anything without fear of bricking my setup.
So i started fresh and actually made a point to try to understand what each lisp snippet is used for and did my best to just get default packages without any extra flavor or config all while keeping track of it in git. Its been fun learning lisp.
Re: Show HN: Emacs Configuration Generator
#16This is really cool. I'd recommend it for people who are into customization but want a solid foundation to start. For people who are looking for a more batteries included experience I'd recommend Doom Emacs.
Re: Show HN: Emacs Configuration Generator
#17Re: Show HN: Emacs Configuration Generator
#18Re: Show HN: Emacs Configuration Generator
#19Re: Show HN: Emacs Configuration Generator
#20I gave it a shot and several things were broken. It's a nice idea, but definitely needs more polishing.