[emacs] Switch to doom-xcode for term friendly themeing

This commit is contained in:
2025-08-15 10:27:15 -04:00
parent e4137e0422
commit 2f48b1e741
8 changed files with 16 additions and 19 deletions

View File

@ -25,4 +25,4 @@ alias lint="docker compose run --rm django runlinters"
alias test="docker compose run --rm django pytest"
alias mm="docker compose run --rm django $*"
alias tok="docker compose run --rm --no-deps django ./manage.py gen_jwt data/dev-volume.key '{"sub": "00000000-0000-0000-0000-000000000001", "scope": "mm-pay-user"}'"
alias pre="pytest && cov && lint"
alias pre="test && cov && lint"