[emacs] Override emacs testing key

This commit is contained in:
2026-01-13 17:25:50 -05:00
parent 3609b34525
commit 5949bfe0f5

View File

@ -37,7 +37,7 @@
:map python-mode-map
:localleader
(:prefix ("t" . "tests")
:desc "django test at point" "d" #'django-run-test-at-point
:desc "django test at point" "t" #'django-run-test-at-point
:desc "django tests for file" "f" #'django-run-tests-for-current-file
:desc "django all tests" "a" (cmd! (django-run-tests "" nil))))