summary refs log tree commit diff
AgeCommit message (Collapse)AuthorFilesLines
2024-04-29remove obsolete OSM import HEAD trunkTerin Stock1-1/+0
When OSM was converted to a module, this import was mistakenly left behind, which causes errors at startup. Fixes: ede62d00dc ("convert OSM to module")
2024-02-01feat(term/eat): set titlesTerin Stock2-3/+15
Set the terminal's title on the modeline and one a created frame.
2024-01-31add module for eatTerin Stock4-1/+66
Swap out vterm for eat.
2024-01-31convert OSM to moduleTerin Stock4-8/+8
Migrate the OSM app to a custom Doom module, and pin the osm package to the latest release. Also update my home location.
2023-12-19chore: update configTerin Stock4-63/+14
2022-11-28modules: enable LSP for ClojureTerin Stock1-2/+2
2022-11-28replace Iosevka with Berkeley MonoTerin Stock1-3/+3
2022-07-19gnus: set sendmail programTerin Stock1-0/+4
2022-07-19modules: enable tree-sitterTerin Stock1-4/+4
2022-07-19flycheck: disable eglot checkerTerin Stock1-0/+1
The eglot checker provided by Doom seems to cause infinite spawning of `golangci-lint` when coupled with `gopls`. I don't have time to investigate why, so just disable it for now.
2022-07-19gnus: manage workspacesTerin Stock1-0/+31
Adds a new function to open gnus in the `*gnus*` workspace, which will automatically be cleaned up once gnus is closed.
2022-06-27add with-editor to terminal hooksTerin Stock1-0/+5
This supports setting `$EDITOR` within the invoked shells/terminals, which should prevent attempting to run emacs inside of emacs.
2022-06-27add Terraform supportTerin Stock2-2/+4
2022-06-27remove PKGBUILD supportTerin Stock2-2/+0
2022-06-27add tree-sitter supportTerin Stock1-5/+6
2022-05-03fix(go): don't automatically run organize importsTerin Stock1-5/+1
gopls does not always expose the organize imports action, and indiscriminately calling it would result in an error from eglot.
2022-05-03feat: lsp support for C/C++Terin Stock2-2/+2
2022-04-21config(org): add jira custom linkTerin Stock1-0/+7
2022-04-21config(lsp): migrate to eglot from lsp-modeTerin Stock2-8/+12
2022-03-15feat: add osm.elTerin Stock3-0/+27
2022-02-08config(projectile): set automatic search pathsTerin Stock1-0/+4
2022-01-14doom: import configuration from telegraphTerin Stock4-0/+481
2022-01-14doom: add initial configurationTerin Stock3-0/+307
2022-01-13initTerin Stock0-0/+0