Commits
- Commit:
c0b2845152c10034030887c686f96eab8b3c7a94- From:
- mtmn <miro@haravara.org>
- Date:
fmt, add fontaine and acme theme
- Commit:
53b6364d5d04cee453e08bdb4300c821032b5a18- From:
- mtmn <miro@haravara.org>
- Date:
gptel and other goodies for literate setup
- Commit:
01d0687853d8d8f5b6330e1f4868ab44f4949c9e- From:
- mtmn <miro@haravara.org>
- Date:
change font, install circadian
- Commit:
9c43bba67ceb79cb34f77ed711a4669cf969e0d4- From:
- mtmn <miro@haravara.org>
- Date:
move to straight.el
- Commit:
f7b2b6448ece01abff443194f8f0a079f5796c3e- From:
- mtmn <miro@haravara.org>
- Date:
make more evil, denote and org, binds, etc.
- Commit:
b3be9eadc20075abcb91089548f3eeefc084fe47- From:
- mtmn <miro@haravara.org>
- Date:
enable org-mode, nix-mode, etc.
- Commit:
deb0c45467d2e681e302cfe2837f85860d79ef9e- From:
- mtmn <miro@haravara.org>
- Date:
init and cleanup
- Commit:
b6a3df9ade9ca4c96772275a07ea8d63d76644d4- From:
- Ashton Wiersdorf <mail@wiersdorf.dev>
- Via:
- mtmn <miro@haravara.org>
- Date:
Update which-key gif to actually look good
- Commit:
55f26b6519976f21cf08e103a3b4480b6f7f7a30- From:
- Ashton Wiersdorf <mail@wiersdorf.dev>
- Via:
- mtmn <miro@haravara.org>
- Date:
Fix display-graphic-p not triggering in early-init.el
Fixes #60, closes #43
- Commit:
fbf91db7ba868b0108bdac7da3664b48503a9ce8- From:
- Ashton Wiersdorf <mail@wiersdorf.dev>
- Via:
- mtmn <miro@haravara.org>
- Date:
Update Denote config; sing praises of Prot's documentation
Closes #53
- Commit:
df230b1f389397ad1e35989f095a5b7d79a2af3f- From:
- Ashton Wiersdorf <mail@wiersdorf.dev>
- Via:
- mtmn <miro@haravara.org>
- Date:
Release 1.5.0
- Commit:
6a68ad1081bf3cd6dca5f3dee58b738eb53d8269- From:
- Ashton Wiersdorf <mail@wiersdorf.dev>
- Via:
- mtmn <miro@haravara.org>
- Date:
Add Tempel configuration to dev.el
- Commit:
1f595c0978daa39795209bc3fbefaaa42b695dd5- From:
- Ashton Wiersdorf <mail@wiersdorf.dev>
- Via:
- mtmn <miro@haravara.org>
- Date:
Turn on xterm-mouse-mode
- Commit:
a506941b1aae88c3a84cf33bb16d1a30a4dfbcfd- From:
- Ashton Wiersdorf <mail@wiersdorf.dev>
- Date:
Add comment on a simpler backup file configuration
Closes #5
- Commit:
661392df59faf7f5d66317bd526a59ed3f19b7d3- From:
- Ashton Wiersdorf <mail@wiersdorf.dev>
- Date:
Add some Emacs 30-specific things
- Commit:
cb21a24db5e8391558c0f5b62cb1b36bd4c0bf57- From:
- Ashton Wiersdorf <mail@wiersdorf.dev>
- Date:
Cleanup
- Commit:
48d65af9a5945b4532965270cb2e0cccd235b606- From:
- Ashton Wiersdorf <codeberg@wiersdorf.dev>
- Date:
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>
- Commit:
33932e690dd216dbb3c973fc40073bedcc336129- From:
- confusedalex <alex@confusedalex.dev>
- Date:
fix: update git clone link
- Commit:
45f20b8d21876435d627baf9b7beda06cb073422- From:
- Ashton Wiersdorf <mail@wiersdorf.dev>
- Date:
Release 1.4.0
- Commit:
24890d2c26b26d1543bbc8ab4cb05cf5aafc04d9- From:
- Ashton Wiersdorf <mail@wiersdorf.dev>
- Date:
Comments, add writer.el config
- Commit:
c5aeec258e9e77d37e3c16a0af350a1db15ab6c9- From:
- Ashton Wiersdorf <mail@wiersdorf.dev>
- Date:
Clean out org-roam config
- Commit:
d5fdfccde56cb7e15478763f8ff07448b3889fae- From:
- Ashton Wiersdorf <mail@wiersdorf.dev>
- Date:
Revert GC threshold after startup
- Commit:
f17a4b4d5116ac7eec3b30a0d43fa46eb074da0b- From:
- Ashton Wiersdorf <mail@wiersdorf.dev>
- Date:
Ack jn for init fixes
- Commit:
b3b09659ba56fc41d2734e8a2fac920ffc848cbe- From:
- jn <j@ustink.org>
- Date:
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.
- Commit:
fccc45cd6f854d8739b63ce9a993074fa0b2bb38- From:
- jn <j@ustink.org>
- Date:
Fix error format
Remove redundant format; args to error are already passed to format-message.
Also fix format string.
