aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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!
2023-09-21Use standard keybinding for magit-statusVincent Conus
2023-09-21Update Changelog; bump versionAshton Wiersdorf
2023-09-21Add basic Cape configurationAshton Wiersdorf
Closes #7
2023-09-18Add binding for consult-ripgrepAshton Wiersdorf
2023-09-18Add wgrep to base.elAshton Wiersdorf
2023-09-13Add comments on using MELPA packagesAshton Wiersdorf
Addresses https://todo.sr.ht/~ashton314/emacs-bedrock/9
2023-09-11Fix incorrect filenameEd Singleton
2023-09-08Add a bunch of screenshots and GIFs and moviesAshton Wiersdorf
2023-09-08Rename mixin → extraAshton Wiersdorf
2023-09-07Add comment about vim default behaviour when pressing C-uEnzo DO ROSARIO
2023-09-05Add link to mailing listAshton Wiersdorf
2023-09-05Suppress reporting of async compile warnings and errorsGeorge Kettleborough
Signed-off-by: Ashton Wiersdorf <mail@wiersdorf.dev>
2023-09-04Fix typoAshton Wiersdorf
2023-09-04Update README for Bedrock v1.0.0Ashton Wiersdorf
2023-09-04Add new binding for magit-statusAshton Wiersdorf
2023-09-04Improve loading of avy and embarkAshton Wiersdorf
2023-09-01Set a minimum width for the line numbersAshton Wiersdorf
2023-08-29Fix example mixin load pathsAshton Wiersdorf
2023-08-17Update README; add (built-in) tree-sitter config and notesAshton Wiersdorf
2023-08-01Misc. tweaksAshton Wiersdorf
2023-08-01Simplify modus setup—we'll just keep the defaultsAshton Wiersdorf
2023-07-25Expand modus config; improve Elgot, vertico config; fix corfu loadAshton Wiersdorf
2023-07-02Fix archaic sentence double-space defaultAshton Wiersdorf
2023-06-20Remove :elpaca keywordAshton Wiersdorf
Closes #8
2023-04-18Recommit to only GNU ELPAAshton Wiersdorf
2023-04-13Add Non-GNU ELPAAshton Wiersdorf
2023-04-13Add MELPA to package list; turn off transparencyAshton Wiersdorf
2023-03-31Add hook to turn on visual-line-mode for sane line-breakingAshton Wiersdorf
2023-03-26Fix mixin name in sample commentsAshton Wiersdorf
2023-03-21Make sure embark comes after avyAshton Wiersdorf
2023-03-21Add Embark to base.elAshton Wiersdorf
2023-03-21Rename mixins/ui.el → mixins/base.el; add some researcher configAshton Wiersdorf
2023-03-14Big update: add initial evil-mode (vim emulation) config; fix typosAshton Wiersdorf
2023-03-12Turn on right-click menuAshton Wiersdorf
2023-02-28Formatting; add comments to load more mixinsAshton Wiersdorf
2023-02-22Create files for next mixinsAshton Wiersdorf
2023-02-22Add consult-history to eshell in ui mixinAshton Wiersdorf
2023-02-22Disable fido by default; improve built-in completion configAshton Wiersdorf
Closes #6
2023-02-22Make backups go into ~/.emacs.d/emacs-backup/ instead of working dirAshton Wiersdorf
Closes #5
2023-01-19Add a little Eglot example configAshton Wiersdorf
2023-01-17Turn on windmove mode; bump versionAshton Wiersdorf
2023-01-11Write up draft on what org-mode can doAshton Wiersdorf
2023-01-10Bunch of work on the org mixinAshton Wiersdorf