Commit Briefs
fmt, add fontaine and acme theme (master)
Fix display-graphic-p not triggering in early-init.el
Fixes #60, closes #43
Merge pull request 'fix: update git clone link' (#11) from confusedalex/emacs-bedrock:fix-link into main
Reviewed-on: https://codeberg.org/ashton314/emacs-bedrock/pulls/11 Reviewed-by: Ashton Wiersdorf <codeberg@wiersdorf.dev>
Ensure UI is readable if init.el fails early
The background is set to black in early-init.el, with the assumption that a dark theme will be loaded. If init.el fails for any reason before the theme is loaded, the user ends up with black-on-black text. One expected case where this can happen is if the Emacs version is <29. The error message from the guardrail in init.el would be unreadable.
Fix error format
Remove redundant format; args to error are already passed to format-message. Also fix format string.
