-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add transient menu for ellama #163
Conversation
…election to top level.
ellama.el
Outdated
[["Summarize Commands" | ||
("s" "Summarize" ellama-summarize) | ||
("w" "Summarize Webpage" ellama-summarize-webpage) | ||
("c" "Summarize Killring" ellama-summarize-killring)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe pick "k" here? Looks like it could be more logical.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But I'm not sure.
ellama.el
Outdated
("b" "Translate Buffer" ellama-translate-buffer) | ||
("e" "Enable Translation" ellama-chat-translation-enable) | ||
("d" "Disable Translation" ellama-chat-translation-disable) | ||
("c" "Text Complete" ellama-complete)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move "text complete" to text commands
ellama.el
Outdated
[["Chat" | ||
("c" "Chat" ellama-chat) | ||
("a" "Ask" ellama-transient-ask-menu) | ||
("C" "Code" ellama-transient-code-menu)]] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think "Code" shouldn't be in "Chat" group. Or group should be renamed.
@markokocic thank you! |
Fixes #162