branch: externals/ellama
commit bec5975dd78a0a432124d66ca82662d999614b93
Author: Sergey Kostyaev <[email protected]>
Commit: Sergey Kostyaev <[email protected]>

    Change transient menu key for Chat with image from "i" to "I"
    
    The transient menu key binding for Chat with image was changed from 
lowercase
    "i" to uppercase "I" in ellama-transient-chat-with-image to avoid key 
conflicts
    with another binding.
    
    Fixes #430
---
 ellama-transient.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ellama-transient.el b/ellama-transient.el
index ed22b57537..093afe5812 100644
--- a/ellama-transient.el
+++ b/ellama-transient.el
@@ -880,7 +880,7 @@ ARGS used for transient arguments."
    ("-e" "Create Ephemeral Session" "--ephemeral")]
   ["Main"
    [("c" "Chat" ellama-transient-chat)
-    ("i" "Chat with image" ellama-transient-chat-with-image)
+    ("I" "Chat with image" ellama-transient-chat-with-image)
     ("b" "Chat with blueprint" ellama-blueprint-select)
     ("B" "Blueprint Commands" ellama-transient-blueprint-menu)
     ("T" "Tools Commands" ellama-transient-tools-menu)]

Reply via email to