Emacs Bedrock 2.0 Released
Bedrock, a minimal, human-crafted starter kit for Emacs, has reached version 2.0. This major release requires Emacs 31 and breaks compatibility with Emacs 29. It introduces better defaults, improved tree-sitter configuration, and a shift to built-in alternatives like grep-change-to-grep-edit-mode. Bedrock remains a simple copy-and-edit approach, with no third-party packages in its base config. Upgrading is manual, as the project encourages users to own their configuration.
The point of Bedrock is that you learn to own your entire config as quickly as possible.
- nxobject
Well, I guess I'm at that point in my two-year cycle where I alternate between BBEdit and Emacs as my daily driver...
- dharmatech
Hey Ashton,
I see you're with PLT. :-)
Since Racket is built on Chez, you might like this. It's an Emacs-like editor built in Chez Scheme:
- inatreecrown2
Very nice presentation and project.
From the README of the linked repo:
"When I started learning Emacs, my dad gave me his .emacs file. (That's what we used back in ye olden days instead of .emacs.d/init.el and stuff.) I used it without modification for many years. Eventually I learned how to write my own functions and customizations. This package aims to give other users a similar experience. When someone comes to me and expresses their desire to learn Emacs, I can point them at this to help them get over the initial hump, but not coddle them so much that they're afraid or unable to change things to their liking."