Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> | |||
2023-09-04 | Fix typo | Ashton Wiersdorf | |
2023-09-04 | Update README for Bedrock v1.0.0 | Ashton Wiersdorf | |
2023-09-04 | Add new binding for magit-status | Ashton Wiersdorf | |
2023-09-04 | Improve loading of avy and embark | Ashton Wiersdorf | |
2023-09-01 | Set a minimum width for the line numbers | Ashton Wiersdorf | |
2023-08-29 | Fix example mixin load paths | Ashton Wiersdorf | |
2023-08-17 | Update README; add (built-in) tree-sitter config and notes | Ashton Wiersdorf | |
2023-08-01 | Misc. tweaks | Ashton Wiersdorf | |
2023-08-01 | Simplify modus setup—we'll just keep the defaults | Ashton Wiersdorf | |
2023-07-25 | Expand modus config; improve Elgot, vertico config; fix corfu load | Ashton Wiersdorf | |
2023-07-02 | Fix archaic sentence double-space default | Ashton Wiersdorf | |
2023-06-20 | Remove :elpaca keyword | Ashton Wiersdorf | |
Closes #8 | |||
2023-04-18 | Recommit to only GNU ELPA | Ashton Wiersdorf | |
2023-04-13 | Add Non-GNU ELPA | Ashton Wiersdorf | |
2023-04-13 | Add MELPA to package list; turn off transparency | Ashton Wiersdorf | |
2023-03-31 | Add hook to turn on visual-line-mode for sane line-breaking | Ashton Wiersdorf | |
2023-03-26 | Fix mixin name in sample comments | Ashton Wiersdorf | |
2023-03-21 | Make sure embark comes after avy | Ashton Wiersdorf | |
2023-03-21 | Add Embark to base.el | Ashton Wiersdorf | |
2023-03-21 | Rename mixins/ui.el → mixins/base.el; add some researcher config | Ashton Wiersdorf | |
2023-03-14 | Big update: add initial evil-mode (vim emulation) config; fix typos | Ashton Wiersdorf | |
2023-03-12 | Turn on right-click menu | Ashton Wiersdorf | |
2023-02-28 | Formatting; add comments to load more mixins | Ashton Wiersdorf | |
2023-02-22 | Create files for next mixins | Ashton Wiersdorf | |
2023-02-22 | Add consult-history to eshell in ui mixin | Ashton Wiersdorf | |
2023-02-22 | Disable fido by default; improve built-in completion config | Ashton Wiersdorf | |
Closes #6 | |||
2023-02-22 | Make backups go into ~/.emacs.d/emacs-backup/ instead of working dir | Ashton Wiersdorf | |
Closes #5 | |||
2023-01-19 | Add a little Eglot example config | Ashton Wiersdorf | |
2023-01-17 | Turn on windmove mode; bump version | Ashton Wiersdorf | |
2023-01-11 | Write up draft on what org-mode can do | Ashton Wiersdorf | |
2023-01-10 | Bunch of work on the org mixin | Ashton Wiersdorf | |
2023-01-08 | Turn on CUA mode, better tab completion with completion-auto-select | Ashton Wiersdorf | |