aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
8 daysAdd repo descriptionHEADmainGene Pasquet
2025-03-07Remove weird single letterGene Pasquet
2025-03-07More docGene Pasquet
2025-03-07More readme clean-upGene Pasquet
2025-03-07Remove duplicated philosophy sectionGene Pasquet
2025-03-07Remove references to evangelion-themeGene Pasquet
2025-03-07Fix up whitespace (again)Gene Pasquet
2025-03-07Fix up whitespaceGene Pasquet
2025-03-07Move to a straight-centric approachGene Pasquet
2025-02-22Respect the inhibit-startup-screen custom var for the splash screenGene Pasquet
2025-02-21Add custom home screenGene Pasquet
2025-02-18Document the configuration optionsGene Pasquet
2025-02-18Add support for evil-modeGene Pasquet
2025-02-18Add philosophyGene Pasquet
2025-02-12Theme and various fixesGene Pasquet
2025-02-12Fix typoGene Pasquet
2025-02-12Fix installing themeGene Pasquet
2025-02-12Fix installer bugGene Pasquet
2025-02-12Added update instructionsGene Pasquet
2025-02-12Add installer instructionsGene Pasquet
2025-02-12Added installerGene Pasquet
2025-02-12Start adding a installerGene Pasquet
2025-02-12Rework screenshotsGene Pasquet
2025-02-11Flesh out README, add TODO.orgGene Pasquet
2025-02-11update READMEGene Pasquet
2025-02-11Refactor the crap out of BedrockGene Pasquet
2025-02-09Merge pull request 'fix: update git clone link' (#11) from ↵Ashton Wiersdorf
confusedalex/emacs-bedrock:fix-link into main Reviewed-on: https://codeberg.org/ashton314/emacs-bedrock/pulls/11 Reviewed-by: Ashton Wiersdorf <codeberg@wiersdorf.dev>
2025-01-31fix: update git clone linkconfusedalex
2024-12-14Release 1.4.0Ashton Wiersdorf
2024-12-14Comments, add writer.el configAshton Wiersdorf
2024-09-05Clean out org-roam configAshton Wiersdorf
2024-09-05Revert GC threshold after startupAshton Wiersdorf
2024-07-15Ack jn for init fixesAshton Wiersdorf
2024-07-15Ensure UI is readable if init.el fails earlyjn
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.
2024-07-15Fix error formatjn
Remove redundant format; args to error are already passed to format-message. Also fix format string.
2024-07-10Add Eat config to extras/base.elAshton Wiersdorf
Closes #1
2024-07-06Drop org-roam; use denote and citar-denote insteadAshton Wiersdorf
Org-roam is a wonderful tool! It seems to be suffering a lapse in maintenance, and I have run into some bugs. Consequently, I am moving over to Denote for my PKM system. On top of this, Denote is particularly light-weight, so I think it fits into Bedrock better. If you use org-roam, don't feel like you have to stop! Use what works for you.
2024-06-22Don't try to download corfu-popupinfo (it's installed with corfu)Ashton Wiersdorf
Closes #4
2024-06-01Make sure use-package doesn't try to install vertico-directoryAshton Wiersdorf
2024-06-01Use user-emacs-directory for backups folderAshton Wiersdorf
Closes #3
2024-02-07Update linksAshton Wiersdorf
2023-11-27Update README; release 1.3.1Ashton Wiersdorf
2023-11-27Fix consult-history binding in eshellAshton Wiersdorf
Closes #13 Thanks to Thomas Riccardi for reporting this bug!
2023-11-17Release 1.3.0Ashton Wiersdorf
2023-11-17Fix capitalizationAshton Wiersdorf
2023-11-17Add basic Denote configAshton Wiersdorf
2023-11-17Improve Eglot config a little bigAshton Wiersdorf
2023-11-17C-s binds to isearch; M-s l is consult-lineAshton Wiersdorf
2023-11-07setq → setoptAshton Wiersdorf
`setq' is the normal way to set lisp variables, but it won't trigger any hooks that might have been set for use with customize. The alternative is to use `customize-set-variable' but that's a mouthful and it's hard to remember when to use this. `setopt' just does The Right Thing™.
2023-11-07Use fs notifications when possible, slow down auto-revert pollingAshton Wiersdorf
Closes #11 Thanks to Jeff Johnson for suggesting this improvement!