Theme 1: Nostalgia and personal history with .emacs files
Users frequently shared their own long‑term experiences with Emacs init files, highlighting a sentimental attachment to the .emacs tradition.
- niceguy1827: "I'm still using .emacs today! and I have all my elpaca and the fancy pants stuff in it"
- stevejb: "I distinctly remember my dad telling my 'my .emacs file is older than you are.' I'm 41!"
Theme 2: Appreciation for the project as a well‑crafted starter kit/learning aid
Many commenters praised Bedrock (or similar starter kits) for helping newcomers learn Emacs without over‑handholding.
- AloysB: "I love those highly crafted starter kits, they are full of gems."
- warpech: "Thank you for starting the blog post with reminding what the project is. So many blogs (and newsletters for that sake) assume the reader knows and remembers what they are about."
- ashton314: "I hope Bedrock is useful to some people :)"
Theme 3: Technical discussion of Emacs configuration practices
Several remarks focused on specific Emacs settings—lexical binding, built‑in replacements for external packages, and modernization of init files.
- dreamcompiler: "Bedrock now uses the lexical-binding: t cookie in all its .el files. This is the right thing to do if you wrote your .el files recently and assumed lexical-binding was true..."
- AloysB: "Remove wgrep in favor of built-in grep-change-to-grep-edit-mode."