summaryrefslogtreecommitdiff
path: root/config.el
AgeCommit message (Collapse)AuthorFilesLines
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")
2023-12-19chore: update configLibravatar Terin Stock1-1/+3
2022-11-28replace Iosevka with Berkeley MonoLibravatar Terin Stock1-3/+3
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-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 Stock1-1/+3
2022-06-27remove PKGBUILD supportLibravatar Terin Stock1-1/+0
2022-05-03feat: lsp support for C/C++Libravatar Terin Stock1-1/+1
2022-04-21config(org): add jira custom linkLibravatar Terin Stock1-0/+7
2022-03-15feat: add osm.elLibravatar Terin Stock1-0/+3
2022-02-08config(projectile): set automatic search pathsLibravatar Terin Stock1-0/+4
2022-01-14doom: import configuration from telegraphLibravatar Terin Stock1-0/+4
2022-01-14doom: add initial configurationLibravatar Terin Stock1-0/+65