branch: elpa/aidermacs
commit 357740076f0281a2b34af18342fa6c41a32dc8fc
Author: Kang Tu <[email protected]>
Commit: Kang Tu <[email protected]>
update menu
---
aider.el | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/aider.el b/aider.el
index ccd694c3c4..0ac8964409 100644
--- a/aider.el
+++ b/aider.el
@@ -62,12 +62,10 @@
("q" "Ask Question" aider-ask-question)
("t" "Architect Discussion" aider-architect-command)
]
- ["Help"
- ("h" "Help Command" aider-help) ;; Menu item for help command
- ]
["Other"
("r" "Reset Aider" aider-reset-command) ;; Menu item for reset command
("g" "General Command" aider-general-command)
+ ("h" "Help Command" aider-help) ;; Menu item for help command
]
])