summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-08-16update packagesLibravatar Terin Stock1-6/+7
2024-04-29remove obsolete OSM importLibravatar Terin 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 titlesLibravatar Terin Stock2-3/+15
Set the terminal's title on the modeline and one a created frame.
2024-01-31add module for eatLibravatar Terin Stock4-1/+66
Swap out vterm for eat.
2024-01-31convert OSM to moduleLibravatar Terin 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 configLibravatar Terin Stock4-63/+14
2022-11-28modules: enable LSP for ClojureLibravatar Terin Stock1-2/+2
2022-11-28replace Iosevka with Berkeley MonoLibravatar Terin Stock1-3/+3
2022-07-19gnus: set sendmail programLibravatar Terin Stock1-0/+4
2022-07-19modules: enable tree-sitterLibravatar Terin Stock1-4/+4
2022-07-19flycheck: disable eglot checkerLibravatar Terin 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 workspacesLibravatar Terin 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 hooksLibravatar Terin 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 supportLibravatar Terin Stock2-2/+4
2022-06-27remove PKGBUILD supportLibravatar Terin Stock2-2/+0
2022-06-27add tree-sitter supportLibravatar Terin Stock1-5/+6
2022-05-03fix(go): don't automatically run organize importsLibravatar Terin 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++Libravatar Terin Stock2-2/+2
2022-04-21config(org): add jira custom linkLibravatar Terin Stock1-0/+7
2022-04-21config(lsp): migrate to eglot from lsp-modeLibravatar Terin Stock2-8/+12
2022-03-15feat: add osm.elLibravatar Terin Stock3-0/+27
2022-02-08config(projectile): set automatic search pathsLibravatar Terin Stock1-0/+4
2022-01-14doom: import configuration from telegraphLibravatar Terin Stock4-0/+481
2022-01-14doom: add initial configurationLibravatar Terin Stock3-0/+307
2022-01-13initLibravatar Terin Stock0-0/+0