Live data from Hacker News

Show HN: Emacs Configuration Generator

emacs.amodernist.com

1–10 of 103 posts

Re: Show HN: Emacs Configuration Generator

#4
Interesting, 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 barebones emacs,so it's more appealing to config there.

Re: Show HN: Emacs Configuration Generator

#5
This looks like it solves a very real pain point for anyone getting started with Emacs, and likely many people who have been using Emacs for a long time sub-optimally. Could save hours or days of learning about how to configure Emacs.

Reminds me of a Spring Initializr, as a way to quickly get started with a new tech tool.

Re: Show HN: Emacs Configuration Generator

#8
post #5

This looks like it solves a very real pain point for anyone getting started with Emacs, and likely many people who have been using Emacs for a long time sub-optimally. Could save hours or days of learning about how to configure Emacs. Reminds me of a Spring Initializr, as a way to quickly get started with a new tech tool.

For me, configuration a tool or system is actually a likeable experience. It's almost a hobby to keep tinkering with my various configs.

Of course, that doesn't mean every tool should require massive amounts of time invested in configuring sensible defaults. Not everyone wants to do this.

Re: Show HN: Emacs Configuration Generator

#10
Neat. I like the fact that it is opinionated providing a decent setup to get things done.

Here are some of the things i was confused about, or thought could be improved.

1. The label of checkbox don't seem to respond to clicks.

2. On Font Input, There's no description or selections on what inputs are acceptable.

3. There is no mention of Javascript in programming language support section. iirc typescript package can handle js mode apart from the default builtin support for js. A mention of js would have be nice.

Post reply on HN