Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-18 | Add support for evil-mode | Gene Pasquet | |
2025-02-18 | Add philosophy | Gene Pasquet | |
2025-02-12 | Theme and various fixes | Gene Pasquet | |
2025-02-12 | Fix typo | Gene Pasquet | |
2025-02-12 | Fix installing theme | Gene Pasquet | |
2025-02-12 | Fix installer bug | Gene Pasquet | |
2025-02-12 | Added update instructions | Gene Pasquet | |
2025-02-12 | Add installer instructions | Gene Pasquet | |
2025-02-12 | Added installer | Gene Pasquet | |
2025-02-12 | Start adding a installer | Gene Pasquet | |
2025-02-12 | Rework screenshots | Gene Pasquet | |
2025-02-11 | Flesh out README, add TODO.org | Gene Pasquet | |
2025-02-11 | update README | Gene Pasquet | |
2025-02-11 | Refactor the crap out of Bedrock | Gene Pasquet | |
2025-02-09 | Merge 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-31 | fix: update git clone link | confusedalex | |
2024-12-14 | Release 1.4.0 | Ashton Wiersdorf | |
2024-12-14 | Comments, add writer.el config | Ashton Wiersdorf | |
2024-09-05 | Clean out org-roam config | Ashton Wiersdorf | |
2024-09-05 | Revert GC threshold after startup | Ashton Wiersdorf | |
2024-07-15 | Ack jn for init fixes | Ashton Wiersdorf | |
2024-07-15 | Ensure UI is readable if init.el fails early | jn | |
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-15 | Fix error format | jn | |
Remove redundant format; args to error are already passed to format-message. Also fix format string. | |||
2024-07-10 | Add Eat config to extras/base.el | Ashton Wiersdorf | |
Closes #1 | |||
2024-07-06 | Drop org-roam; use denote and citar-denote instead | Ashton 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-22 | Don't try to download corfu-popupinfo (it's installed with corfu) | Ashton Wiersdorf | |
Closes #4 | |||
2024-06-01 | Make sure use-package doesn't try to install vertico-directory | Ashton Wiersdorf | |
2024-06-01 | Use user-emacs-directory for backups folder | Ashton Wiersdorf | |
Closes #3 | |||
2024-02-07 | Update links | Ashton Wiersdorf | |
2023-11-27 | Update README; release 1.3.1 | Ashton Wiersdorf | |
2023-11-27 | Fix consult-history binding in eshell | Ashton Wiersdorf | |
Closes #13 Thanks to Thomas Riccardi for reporting this bug! | |||
2023-11-17 | Release 1.3.0 | Ashton Wiersdorf | |
2023-11-17 | Fix capitalization | Ashton Wiersdorf | |
2023-11-17 | Add basic Denote config | Ashton Wiersdorf | |
2023-11-17 | Improve Eglot config a little big | Ashton Wiersdorf | |
2023-11-17 | C-s binds to isearch; M-s l is consult-line | Ashton Wiersdorf | |
2023-11-07 | setq → setopt | Ashton 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-07 | Use fs notifications when possible, slow down auto-revert polling | Ashton Wiersdorf | |
Closes #11 Thanks to Jeff Johnson for suggesting this improvement! | |||
2023-09-21 | Use standard keybinding for magit-status | Vincent Conus | |
2023-09-21 | Update Changelog; bump version | Ashton Wiersdorf | |
2023-09-21 | Add basic Cape configuration | Ashton Wiersdorf | |
Closes #7 | |||
2023-09-18 | Add binding for consult-ripgrep | Ashton Wiersdorf | |
2023-09-18 | Add wgrep to base.el | Ashton Wiersdorf | |
2023-09-13 | Add comments on using MELPA packages | Ashton Wiersdorf | |
Addresses https://todo.sr.ht/~ashton314/emacs-bedrock/9 | |||
2023-09-11 | Fix incorrect filename | Ed Singleton | |
2023-09-08 | Add a bunch of screenshots and GIFs and movies | Ashton Wiersdorf | |
2023-09-08 | Rename mixin → extra | Ashton Wiersdorf | |
2023-09-07 | Add comment about vim default behaviour when pressing C-u | Enzo DO ROSARIO | |
2023-09-05 | Add link to mailing list | Ashton Wiersdorf | |
2023-09-05 | Suppress reporting of async compile warnings and errors | George Kettleborough | |
Signed-off-by: Ashton Wiersdorf <mail@wiersdorf.dev> |