Show HN: Emacs Configuration Generator
emacs.amodernist.com
Show HN: Emacs Configuration Generator
1–10 of 103 posts
Re: Show HN: Emacs Configuration Generator
#2Can't wait to mess with this.
For extra nerd cred, output a .org file that can use babel to generate init.el ;)
Re: Show HN: Emacs Configuration Generator
#3Re: Show HN: Emacs Configuration Generator
#4E.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
#5Reminds me of a Spring Initializr, as a way to quickly get started with a new tech tool.
Re: Show HN: Emacs Configuration Generator
#6Re: Show HN: Emacs Configuration Generator
#7Re: Show HN: Emacs Configuration Generator
#8This 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.
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
#9Re: Show HN: Emacs Configuration Generator
#10Here 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.