Commits


fmt, add fontaine and acme theme


gptel and other goodies for literate setup


change font, install circadian


move to straight.el


make more evil, denote and org, binds, etc.


enable org-mode, nix-mode, etc.


init and cleanup


Update which-key gif to actually look good


Fix display-graphic-p not triggering in early-init.el Fixes #60, closes #43


Update Denote config; sing praises of Prot's documentation Closes #53


Release 1.5.0


Add Tempel configuration to dev.el


Turn on xterm-mouse-mode


Add comment on a simpler backup file configuration Closes #5


Add some Emacs 30-specific things


Cleanup


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>


fix: update git clone link


Release 1.4.0


Comments, add writer.el config


Clean out org-roam config


Revert GC threshold after startup


Ack jn for init fixes


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.