branch: elpa/aidermacs
commit f68a341d276f707a8d88aa420e2011311e055513
Author: Kang Tu <kang...@apple.com>
Commit: Kang Tu <kang...@apple.com>

    feat(menu): add explain symbol under point menu item
---
 aider.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/aider.el b/aider.el
index 6a219bcc4e..bbb086b29b 100644
--- a/aider.el
+++ b/aider.el
@@ -87,6 +87,7 @@ This function can be customized or redefined by the user."
    ["Discussion"
     ("q" "Ask Question" aider-ask-question)
     ("e" "Explain Function or Region" aider-function-or-region-explain)
+    ("p" "Explain Symbol Under Point" aider-explain-symbol-under-point)
     ("D" "Debug Exception" aider-debug-exception)
     ]
    ["Other"

Reply via email to