Commit 198b4d579237

Vincent Demeester <vincent@sbr.pm>
2025-02-18 10:00:49
tools/emacs: small update on the transient menu for copilot-chat
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 6a47b39
Changed files (1)
tools
tools/emacs/config/programming-config.el
@@ -264,7 +264,7 @@ Here is the result of `git diff --cached`:")
     (transient-define-prefix copilot-chat-prompt-menu ()
       "Copilot Chat Menu"
       ["Copilot Chat Actions"
-       ["Actions"
+       ["Target"
         ("c" "Commit" copilot-chat-insert-commit-message)
         ("o" "Optimize" copilot-chat-optimize)
         ("r" "Review" copilot-chat-review)
@@ -280,7 +280,7 @@ Here is the result of `git diff --cached`:")
                                 (copilot-chat-display)))
         ("x" "Reset" copilot-chat-reset)
         ("g" "Go to buffer" copilot-chat-switch-to-buffer)
-        ("M" "Set model" copilot-chat-set-model)
+        ("m" "Set model" copilot-chat-set-model)
         ("q" "Quit" transient-quit-one)]
        ["Actions"
         ("p" "Custom prompt" copilot-chat-custom-prompt-selection)