branch: elpa/aidermacs
commit 43700a1f1e244fa2279ec468612d4b9e8b0720b9
Author: Kang Tu <kang...@apple.com>
Commit: Kang Tu (aider) <kang...@apple.com>

    feat: add menu item to ask question under cursor in aider.el
---
 aider.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/aider.el b/aider.el
index 5444962a56..aa75f275c9 100644
--- a/aider.el
+++ b/aider.el
@@ -62,6 +62,7 @@ This function can be customized or redefined by the user."
     ("q" "Ask Question" aider-ask-question)
     ("t" "Architect Discussion" aider-architect-discussion)
     ("d" "Debug Exception" aider-debug-exception) ;; Menu item for debug 
command
+    ("Q" "Ask Question Under Cursor" aider-ask-question-under-cursor)
     ]
    ["Other"
     ("g" "General Command" aider-general-command)

Reply via email to