Explorar o código

[emacs] Override emacs testing key

Colin Powell hai 10 horas
pai
achega
5949bfe0f5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      emacs/.config/doom/config.el

+ 1 - 1
emacs/.config/doom/config.el

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