Kaynağa Gözat

[emacs] Override emacs testing key

Colin Powell 10 saat önce
ebeveyn
işleme
5949bfe0f5
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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))))