branch: elpa/aidermacs commit a4e99cce4c8f54aa67a48eb6dd98b2b47978b57b Author: tninja (aider) <tni...@gmail.com> Commit: tninja (aider) <tni...@gmail.com>
feat: Add Test submenu with unit test commands in aider-doom-setup-keys --- aider-doom.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aider-doom.el b/aider-doom.el index 5cc77ada1e..21e3499842 100644 --- a/aider-doom.el +++ b/aider-doom.el @@ -48,6 +48,11 @@ :desc "Exception debugging" "e" #'aider-debug-exception ) + (:prefix ("t" . "Test") + :desc "Write Unit Test" "w" #'aider-write-unit-test + :desc "Fix Failed Test" "f" #'aider-fix-failing-test-under-cursor + ) + (:prefix ("z" . "Other") :desc "General command" "c" #'aider-general-command :desc "Help" "h" #'aider-help