[emacs] Override emacs testing key
This commit is contained in:
@ -37,7 +37,7 @@
|
|||||||
:map python-mode-map
|
:map python-mode-map
|
||||||
:localleader
|
:localleader
|
||||||
(:prefix ("t" . "tests")
|
(: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 tests for file" "f" #'django-run-tests-for-current-file
|
||||||
:desc "django all tests" "a" (cmd! (django-run-tests "" nil))))
|
:desc "django all tests" "a" (cmd! (django-run-tests "" nil))))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user