@@ -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))))